From 39816bd2d337e01225fac44260c7bd995bd89162 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com> Date: Fri, 8 Nov 2024 13:45:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E9=AD=94=E6=96=B9=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/magic-cube-settings/tabs-styles.vue | 8 ++++---- .../model-data-magic/model-data-magic-content.vue | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/components/model-data-magic/components/magic-cube-settings/tabs-styles.vue b/src/components/model-data-magic/components/magic-cube-settings/tabs-styles.vue index 9de91def..f0ab5e5e 100644 --- a/src/components/model-data-magic/components/magic-cube-settings/tabs-styles.vue +++ b/src/components/model-data-magic/components/magic-cube-settings/tabs-styles.vue @@ -31,11 +31,11 @@ diff --git a/src/components/model-data-magic/model-data-magic-content.vue b/src/components/model-data-magic/model-data-magic-content.vue index 8c30612a..58accfd5 100644 --- a/src/components/model-data-magic/model-data-magic-content.vue +++ b/src/components/model-data-magic/model-data-magic-content.vue @@ -295,11 +295,11 @@ const magic_list = (index: number) => { title_data_gap: item.title_text_gap, goods_price_size: different_styles(index, map_index) ? 12 : 18, chunk_padding: { - padding: (module_7_handle(index, map_index) || different_styles(index, map_index)) ? 10 : 0, - padding_top: (module_7_handle(index, map_index) || different_styles(index, map_index)) ? 10 : 20, - padding_bottom: (module_7_handle(index, map_index) || different_styles(index, map_index)) ? 10 : 20, - padding_left: (module_7_handle(index, map_index) || different_styles(index, map_index)) ? 10 : 15, - padding_right: (module_7_handle(index, map_index) || different_styles(index, map_index)) ? 10 : 15, + padding: different_styles(index, map_index) ? 10 : module_7_handle(index, map_index) ? 0 : 0, + padding_top: different_styles(index, map_index) ? 10 : module_7_handle(index, map_index) ? 0 : 20, + padding_bottom: different_styles(index, map_index) ? 10 : module_7_handle(index, map_index) ? 0 : 20, + padding_left: different_styles(index, map_index) ? 10 : module_7_handle(index, map_index) ? 0 : 15, + padding_right: different_styles(index, map_index) ? 10 : module_7_handle(index, map_index) ? 0 : 15, }, goods_chunk_padding: { padding: module_7_handle(index, map_index) ? 10 : 0,