From ff28f089d4e39026df11ce33cfe2397a4bc9ccf8 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Mon, 3 Nov 2025 08:44:27 +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=20title-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 --- .../components/mobile/title-bar/index.vue | 29 ++++--------------- 1 file changed, 5 insertions(+), 24 deletions(-) diff --git a/apps/web-ele/src/views/mall/promotion/components/diy-editor/components/mobile/title-bar/index.vue b/apps/web-ele/src/views/mall/promotion/components/diy-editor/components/mobile/title-bar/index.vue index 8ee389d88..21731b8a6 100644 --- a/apps/web-ele/src/views/mall/promotion/components/diy-editor/components/mobile/title-bar/index.vue +++ b/apps/web-ele/src/views/mall/promotion/components/diy-editor/components/mobile/title-bar/index.vue @@ -11,7 +11,10 @@ defineOptions({ name: 'TitleBar' }); defineProps<{ property: TitleBarProperty }>();