From 5708d439bed08da13c35de07cd4584f3e6c8cede Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com> Date: Mon, 24 Feb 2025 18:48:55 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=AE=9A=E4=B9=89=E8=B7=9F=E9=9A=8F?= =?UTF-8?q?=E9=80=BB=E8=BE=91=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../custom-module/custom-location/index.vue | 21 ++--- .../custom-module/data-rendering/index.vue | 69 ++++++++++++++-- .../model-custom-group/index.vue | 2 +- .../model-custom-group-style.vue | 8 +- .../model-icon/model-icon-style.vue | 8 +- .../model-image/model-image-style.vue | 8 +- .../model-lines/model-lines-style.vue | 8 +- .../model-panel/model-panel-style.vue | 8 +- .../common/custom-module/model-text/index.vue | 9 ++- .../model-text/model-text-style.vue | 18 +++-- .../components/custom-config/index.vue | 22 ++++-- .../model-custom/components/index-default.ts | 20 +++-- .../model-custom/components/index.vue | 78 ++++++++++--------- .../model-goods-list-content.vue | 4 +- src/config/const/article-list.ts | 4 +- src/config/const/article-tabs.ts | 4 +- src/config/const/goods-list.ts | 4 +- src/config/const/goods-tabs.ts | 4 +- src/utils/index.ts | 69 ++++++++++++++++ 19 files changed, 266 insertions(+), 102 deletions(-) diff --git a/src/components/common/custom-module/custom-location/index.vue b/src/components/common/custom-module/custom-location/index.vue index d948cf25..17103951 100644 --- a/src/components/common/custom-module/custom-location/index.vue +++ b/src/components/common/custom-module/custom-location/index.vue @@ -1,7 +1,7 @@