From 911d0d17acced1ad45523d151cab87eb73b69751 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?= 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 | 61 ++++++++++++++++++- 3 files changed, 106 insertions(+), 2 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 4ad2b096eb..4a432e8ac9 100644 --- a/core/core-frontend/src/custom-component/picture-group/Attr.vue +++ b/core/core-frontend/src/custom-component/picture-group/Attr.vue @@ -32,6 +32,7 @@ const { curComponent, canvasViewInfo, mobileInPc, batchOptStatus } = storeToRefs @@ -331,4 +386,8 @@ onBeforeUnmount(() => { border-top: none !important; } } + +.refresh-area { + width: 100%; +}