Просмотр исходного кода

!1263 修复个人中心修改头像窗口的选择头像按钮距离右侧按钮太近不美观的问题
Merge pull request !1263 from capad1946/next

zuohuaijun 1 год назад
Родитель
Сommit
2662b22f77
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Web/src/components/cropper/index.vue

+ 1 - 1
Web/src/components/cropper/index.vue

@@ -37,7 +37,7 @@
 						:auto-upload="false"
 						:on-change="selectPicture"
 						:on-exceed="selectPictureExceed"
-						style="display: inline-block; position: absolute; right: 172px"
+						style="display: inline-block; position: absolute; right: 182px"
 					>
 						<el-button icon="ele-Picture">选择图片</el-button>
 					</el-upload>