From ad48ad128abcf65977f0bbc06457eff6005cb4bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=88=91=E6=98=AF=E4=B8=AA=E7=AC=A8=E8=9B=8B?= <946658497@qq.com> Date: Wed, 8 Oct 2025 03:17:39 +0000 Subject: [PATCH] =?UTF-8?q?update=20Web/src/components/cropper/index.vue.?= =?UTF-8?q?=20=E5=8E=BB=E6=8E=89=E4=B8=8A=E4=BC=A0=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E7=BB=9D=E5=AF=B9=E5=AE=9A=E4=BD=8D,=E5=9B=A0=E4=B8=BA?= =?UTF-8?q?=E5=9C=A8=E7=BB=84=E4=BB=B6=E4=BD=BF=E7=94=A8=E5=A4=A7=E5=9E=8B?= =?UTF-8?q?=E6=88=96=E8=80=85=E9=BB=98=E8=AE=A4=E6=83=85=E5=86=B5=E4=B8=8B?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E4=BC=9A=E9=87=8D=E5=8F=A0,=E6=94=B9?= =?UTF-8?q?=E4=B8=BAFlex=20=E5=B8=83=E5=B1=80=E8=BF=9B=E8=A1=8C=E5=8F=B3?= =?UTF-8?q?=E4=BE=A7=E5=AF=B9=E9=BD=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 我是个笨蛋 <946658497@qq.com> --- Web/src/components/cropper/index.vue | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Web/src/components/cropper/index.vue b/Web/src/components/cropper/index.vue index a428881b5..83e4275d1 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; + } +} -- Gitee