From 9bd33355e281276fcead1cc8429396e87da30e15 Mon Sep 17 00:00:00 2001 From: owen Date: Tue, 31 Oct 2023 17:17:46 +0800 Subject: [PATCH] =?UTF-8?q?=E8=90=A5=E9=94=80=EF=BC=9A=E8=A3=85=E4=BF=AE?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E5=99=A8=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/mobile/NavigationBar/index.vue | 1 - .../components/mobile/NoticeBar/index.vue | 2 +- src/components/DiyEditor/index.vue | 355 ++++++++++-------- 3 files changed, 194 insertions(+), 164 deletions(-) diff --git a/src/components/DiyEditor/components/mobile/NavigationBar/index.vue b/src/components/DiyEditor/components/mobile/NavigationBar/index.vue index 953748c7..345b6681 100644 --- a/src/components/DiyEditor/components/mobile/NavigationBar/index.vue +++ b/src/components/DiyEditor/components/mobile/NavigationBar/index.vue @@ -40,7 +40,6 @@ defineProps<{ property: NavigationBarProperty }>() display: flex; justify-content: space-between; align-items: center; - cursor: pointer; /* 左边 */ .left { margin-left: 8px; diff --git a/src/components/DiyEditor/components/mobile/NoticeBar/index.vue b/src/components/DiyEditor/components/mobile/NoticeBar/index.vue index dc360688..fce1afbb 100644 --- a/src/components/DiyEditor/components/mobile/NoticeBar/index.vue +++ b/src/components/DiyEditor/components/mobile/NoticeBar/index.vue @@ -1,6 +1,6 @@