refactor: ♻️ 重构新增通知的时候,编辑器的问题

重构新增通知的时候,编辑器的问题
This commit is contained in:
Theo
2025-01-06 10:29:15 +08:00
parent eda105b86f
commit 25dfc1e72a
2 changed files with 4 additions and 1 deletions

View File

@@ -13,6 +13,7 @@
v-model="modelValue"
:default-config="editorConfig"
:mode="mode"
style="height: 500px; overflow-y: hidden"
@on-change="handleChange"
@on-created="handleCreated"
/>