mirror of https://github.com/fantasticit/think.git
fix: fix loading state container height too small
This commit is contained in:
parent
537b114f17
commit
6496422754
|
@ -14,6 +14,7 @@
|
|||
overflow: auto;
|
||||
|
||||
.editorWrap {
|
||||
min-height: 100%;
|
||||
padding-bottom: 24px;
|
||||
|
||||
&.isStandardWidth {
|
||||
|
|
Loading…
Reference in New Issue