From 19d30980d71f21fdef18b8870ec4f1a633633da0 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Mon, 3 Nov 2025 08:41:56 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E3=80=90ele=E3=80=91=E3=80=90mall?= =?UTF-8?q?=E3=80=91diy-editor=20=E7=9A=84=20navigation-bar=20=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=20tailwindcss=20=E7=AE=80=E5=8C=96=20style?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mobile/navigation-bar/index.vue | 33 +++---------------- 1 file changed, 4 insertions(+), 29 deletions(-) diff --git a/apps/web-ele/src/views/mall/promotion/components/diy-editor/components/mobile/navigation-bar/index.vue b/apps/web-ele/src/views/mall/promotion/components/diy-editor/components/mobile/navigation-bar/index.vue index 3460ee53e..923e65d5e 100644 --- a/apps/web-ele/src/views/mall/promotion/components/diy-editor/components/mobile/navigation-bar/index.vue +++ b/apps/web-ele/src/views/mall/promotion/components/diy-editor/components/mobile/navigation-bar/index.vue @@ -61,7 +61,10 @@ const getSearchProp = computed(() => (cell: NavigationBarCellProperty) => { }); -