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

!1917 update Web/src/components/cropper/index.vue.
Merge pull request !1917 from 我是个笨蛋/N/A

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

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

@@ -37,7 +37,6 @@
 						:auto-upload="false"
 						:on-change="selectPicture"
 						:on-exceed="selectPictureExceed"
-						style="display: inline-block; position: absolute; right: 182px"
 					>
 						<el-button icon="ele-Picture">选择图片</el-button>
 					</el-upload>
@@ -199,4 +198,14 @@ defineExpose({
 		}
 	}
 }
+.dialog-footer {
+	display: flex;
+	align-items: center;
+	justify-content: flex-end;
+	gap: 12px;
+
+	.el-button+.el-button {
+		margin-left: 0 !important;
+	}
+}
 </style>