Jeditor默认最小高度更新为300
This commit is contained in:
parent
89ed9cd3e9
commit
5d6122416e
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user