From 3c62621bca38204b192d898bbc3efb146d807036 Mon Sep 17 00:00:00 2001 From: 77 <270260644@qq.com> Date: Thu, 7 Nov 2024 12:58:08 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=88=9D=E6=AD=A5=E5=AE=8C=E6=88=90?= =?UTF-8?q?=E9=AD=94=E6=96=B9=E4=B8=8E=E5=B0=8F=E7=A8=8B=E5=BA=8F=E7=9A=84?= =?UTF-8?q?=E4=BA=92=E9=80=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../DiyEditor/components/mobile/MenuGridTow/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yudao-admin-vue3/src/components/DiyEditor/components/mobile/MenuGridTow/index.vue b/yudao-admin-vue3/src/components/DiyEditor/components/mobile/MenuGridTow/index.vue index b7cf31d..68f7b1e 100644 --- a/yudao-admin-vue3/src/components/DiyEditor/components/mobile/MenuGridTow/index.vue +++ b/yudao-admin-vue3/src/components/DiyEditor/components/mobile/MenuGridTow/index.vue @@ -112,7 +112,7 @@ defineProps<{ property: MenuGridProperty }>() border-radius: 5px; margin: 0 auto; padding: 5px 0; - margin-top: 10px; + // margin-top: 10px; padding-bottom: 10px; padding-top: 10px; &>.t { -- 2.45.2 From b2a10eb187cf74c5bbc984ffda0bcfe9b4150ce0 Mon Sep 17 00:00:00 2001 From: 77 <270260644@qq.com> Date: Thu, 7 Nov 2024 16:01:15 +0800 Subject: [PATCH 2/2] =?UTF-8?q?1=E3=80=81=E6=B7=BB=E5=8A=A0=E4=B8=BB?= =?UTF-8?q?=E9=A2=98=E9=A3=8E=E6=A0=BC=E7=9A=84=E6=A0=B7=E5=BC=8F2?= =?UTF-8?q?=E3=80=81=E6=B7=BB=E5=8A=A0=E5=95=86=E5=93=81=E5=88=86=E7=B1=BB?= =?UTF-8?q?=E7=9A=84=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../diy/template/ProductCategory.vue | 109 ++++++++++++ .../promotion/diy/template/ThemeStyle.vue | 162 ++++++++++++++++++ 2 files changed, 271 insertions(+) create mode 100644 yudao-admin-vue3/src/views/mall/promotion/diy/template/ProductCategory.vue create mode 100644 yudao-admin-vue3/src/views/mall/promotion/diy/template/ThemeStyle.vue diff --git a/yudao-admin-vue3/src/views/mall/promotion/diy/template/ProductCategory.vue b/yudao-admin-vue3/src/views/mall/promotion/diy/template/ProductCategory.vue new file mode 100644 index 0000000..c2e4808 --- /dev/null +++ b/yudao-admin-vue3/src/views/mall/promotion/diy/template/ProductCategory.vue @@ -0,0 +1,109 @@ + + + + \ No newline at end of file diff --git a/yudao-admin-vue3/src/views/mall/promotion/diy/template/ThemeStyle.vue b/yudao-admin-vue3/src/views/mall/promotion/diy/template/ThemeStyle.vue new file mode 100644 index 0000000..5682c39 --- /dev/null +++ b/yudao-admin-vue3/src/views/mall/promotion/diy/template/ThemeStyle.vue @@ -0,0 +1,162 @@ + + + + \ No newline at end of file -- 2.45.2