From 416ec1db6002a36878835d85b7a9930601485df1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com> Date: Tue, 11 Mar 2025 11:41:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=98=BE=E7=A4=BA=E9=80=BB?= =?UTF-8?q?=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../model-binding/components/goods-index.vue | 3 --- src/components/model-binding/index.vue | 14 ++------------ .../model-binding/model-binding-styles.vue | 6 ++++++ src/config/const/binding.ts | 17 ++++++++++------- 4 files changed, 18 insertions(+), 22 deletions(-) diff --git a/src/components/model-binding/components/goods-index.vue b/src/components/model-binding/components/goods-index.vue index 42570972..65320311 100644 --- a/src/components/model-binding/components/goods-index.vue +++ b/src/components/model-binding/components/goods-index.vue @@ -81,9 +81,6 @@ - diff --git a/src/components/model-binding/index.vue b/src/components/model-binding/index.vue index a7ce60dc..3cdf86a7 100644 --- a/src/components/model-binding/index.vue +++ b/src/components/model-binding/index.vue @@ -65,7 +65,6 @@ -
@@ -134,12 +133,11 @@
-
- {{ form.is_default_show_goods == '1' ? '收起' : '展开'}}组合商品 - + {{ form.is_default_show_goods == '1' ? '收起' : '展开'}}组合商品 +
@@ -525,12 +523,4 @@ watchEffect(() => { width: 100%; height: 100%; } -.expand-retract { - font-weight: 400; - font-size: 12px; - color: #999999; - line-height: 17px; - text-align: left; - font-style: normal; -} diff --git a/src/components/model-binding/model-binding-styles.vue b/src/components/model-binding/model-binding-styles.vue index 68a2b3d7..6302c958 100644 --- a/src/components/model-binding/model-binding-styles.vue +++ b/src/components/model-binding/model-binding-styles.vue @@ -74,6 +74,12 @@
底部按钮样式
+ + + + + + diff --git a/src/config/const/binding.ts b/src/config/const/binding.ts index 8f173696..69798316 100644 --- a/src/config/const/binding.ts +++ b/src/config/const/binding.ts @@ -149,6 +149,11 @@ interface defaultRealstore { interval_time: number; rolling_fashion: string; goods_content_style: object, + bottom_button_color: string, + bottom_button_typeface: string, + bottom_button_size: number, + bottom_button_icon_color: string, + bottom_button_icon_size: number, bottom_button_style: object, common_style: object; }; @@ -416,14 +421,12 @@ const defaultRealstore: defaultRealstore = { box_shadow_y: 0, box_shadow_blur: 0, box_shadow_spread: 0, - // outer_margin: { - // margin: 0, - // margin_top: 10, - // margin_bottom: 10, - // margin_left: 0, - // margin_right: 0, - // } }, + bottom_button_color: '#999999', + bottom_button_typeface: '400', + bottom_button_size: 12, + bottom_button_icon_color: '#999999', + bottom_button_icon_size: 12, bottom_button_style: { color_list: [{ color: '#fff', color_percentage: undefined }], direction: '180deg',