fix: 设置任务编辑器最小高度

This commit is contained in:
kuaifan 2026-09-13 00:56:42 +00:00
parent 5801d66371
commit 4c357ef36f

View File

@ -39,6 +39,8 @@
.task-editor {
position: relative;
word-break: break-all;
min-height: 24px;
::v-deep .mce-content-body,
::v-deep .task-editor-content {
line-height: 1.6;