diff --git a/Web/src/components/cropper/index.vue b/Web/src/components/cropper/index.vue index a428881b54ca93eb3faa65e647f7959f584974a4..83e4275d129e12a05e3b58df679324c774eaa776 100644 --- a/Web/src/components/cropper/index.vue +++ b/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" > 选择图片 @@ -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; + } +}