mirror of
https://github.com/kuaifan/dootask.git
synced 2026-09-17 09:26:23 +00:00
fix: 设置任务编辑器最小高度
This commit is contained in:
parent
5801d66371
commit
4c357ef36f
@ -39,6 +39,8 @@
|
|||||||
.task-editor {
|
.task-editor {
|
||||||
position: relative;
|
position: relative;
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
|
min-height: 24px;
|
||||||
|
|
||||||
::v-deep .mce-content-body,
|
::v-deep .mce-content-body,
|
||||||
::v-deep .task-editor-content {
|
::v-deep .task-editor-content {
|
||||||
line-height: 1.6;
|
line-height: 1.6;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user