From 65c64844d1db034194c80c7c10f2f29ceba6ee20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=98=89=E8=B1=AA?= <42510293+ziyujiahao@users.noreply.github.com> Date: Mon, 4 Aug 2025 10:23:24 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=BB=AA=E8=A1=A8=E6=9D=BF=E3=80=81?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=A4=A7=E5=B1=8F):=20=E5=9B=BE=E7=89=87?= =?UTF-8?q?=E7=BB=84=E6=94=AF=E6=8C=81=E8=AE=BE=E7=BD=AE=E5=88=B7=E6=96=B0?= =?UTF-8?q?=E9=A2=91=E7=8E=87=20#16584=20(#16605)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../custom-component/picture-group/Attr.vue | 10 +++ .../picture-group/Component.vue | 37 ++++++++++- .../picture-group/PictureGroupUploadAttr.vue | 63 ++++++++++++++++++- 3 files changed, 107 insertions(+), 3 deletions(-) diff --git a/core/core-frontend/src/custom-component/picture-group/Attr.vue b/core/core-frontend/src/custom-component/picture-group/Attr.vue index c516223d23..e41e940de1 100644 --- a/core/core-frontend/src/custom-component/picture-group/Attr.vue +++ b/core/core-frontend/src/custom-component/picture-group/Attr.vue @@ -31,6 +31,7 @@ const { curComponent, canvasViewInfo, mobileInPc, batchOptStatus } = storeToRefs @@ -322,4 +377,8 @@ onBeforeUnmount(() => { border-top: none !important; } } + +.refresh-area { + width: 100%; +}