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 @@