diff --git a/src/components/quill-editor/EditorFooter.vue b/src/components/quill-editor/EditorFooter.vue
index c6c9812a..ac023226 100644
--- a/src/components/quill-editor/EditorFooter.vue
+++ b/src/components/quill-editor/EditorFooter.vue
@@ -16,13 +16,8 @@ const EditorSettingsMenu = defineAsyncComponent(
import 'animate.css'
// 接受传入的编辑器计数
-/**
- * @param {number} - 编辑器文字计数
- * @param {boolean} - 是否显示编辑器设置
- */
defineProps<{
textCount: number
- isShowSettings: boolean
}>()
const router = useRouter()
@@ -60,7 +55,6 @@ const handelClickSettings = () => {
@click="handelClickSettings"
class="settings-icon"
:class="settingsPanelActive"
- v-if="isShowSettings"
>
diff --git a/src/components/quill-editor/EditorSettingsMenu.vue b/src/components/quill-editor/EditorSettingsMenu.vue
index 489b4d4f..6b90d4d6 100644
--- a/src/components/quill-editor/EditorSettingsMenu.vue
+++ b/src/components/quill-editor/EditorSettingsMenu.vue
@@ -1,33 +1,48 @@
@@ -44,7 +59,9 @@ const handleRefreshPage = () => location.reload()
{{ $tm('edit.editorHeight') }}
{{ editorHeight }} px
-
+
+
+
300 px
location.reload()
500 px
+
+
+ 100 px
+
+ 500 px
+
+
@@ -72,7 +102,7 @@ const handleRefreshPage = () => location.reload()
-
diff --git a/src/components/quill-editor/SwitchButton.vue b/src/components/quill-editor/SwitchButton.vue
index 431c5d6b..bcb045a3 100644
--- a/src/components/quill-editor/SwitchButton.vue
+++ b/src/components/quill-editor/SwitchButton.vue
@@ -1,26 +1,49 @@
-
+
+
+
+