Jeditor默认最小高度更新为300

This commit is contained in:
jingrow 2025-10-11 15:35:42 +08:00
parent 89ed9cd3e9
commit 5d6122416e

View File

@ -680,7 +680,7 @@ watch(() => props.disabled, (disabled) => {
margin-bottom: 8px;
}
.jeditor-control :deep(.jeditor) {
min-height: 240px;
min-height: 300px;
}
.jeditor-control,
.jeditor-control > div { width: 100%; }
@ -750,7 +750,7 @@ watch(() => props.disabled, (disabled) => {
border: 1px solid #e5e7eb;
border-radius: 8px;
padding: 12px;
min-height: 240px;
min-height: 300px;
width: 100%;
box-sizing: border-box;
background: #fff;