From d72ccf6f32d397e863aca353f8589450ac82b311 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Sun, 29 Sep 2024 18:28:09 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E5=9B=BE=E8=A1=A8):=20=E5=9B=BE?= =?UTF-8?q?=E8=A1=A8=E6=9D=A1=E4=BB=B6=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../custom-component/common/CommonAttr.vue | 2 + .../custom-component/picture-group/Attr.vue | 18 +- .../picture-group/PictureGroupThreshold.vue | 211 ++++++++++++++++++ 3 files changed, 229 insertions(+), 2 deletions(-) create mode 100644 core/core-frontend/src/custom-component/picture-group/PictureGroupThreshold.vue diff --git a/core/core-frontend/src/custom-component/common/CommonAttr.vue b/core/core-frontend/src/custom-component/common/CommonAttr.vue index 87c81a24c7..8dd90c553a 100644 --- a/core/core-frontend/src/custom-component/common/CommonAttr.vue +++ b/core/core-frontend/src/custom-component/common/CommonAttr.vue @@ -144,6 +144,8 @@ const stopEvent = e => { + + + + diff --git a/core/core-frontend/src/custom-component/picture-group/PictureGroupThreshold.vue b/core/core-frontend/src/custom-component/picture-group/PictureGroupThreshold.vue new file mode 100644 index 0000000000..f9a6cfe7e0 --- /dev/null +++ b/core/core-frontend/src/custom-component/picture-group/PictureGroupThreshold.vue @@ -0,0 +1,211 @@ + + + + +