mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-10-19 04:32:09 +08:00
style(editor): float-box限制最大宽高
This commit is contained in:
parent
a035f02f83
commit
d71e6b1933
@ -5,6 +5,8 @@
|
|||||||
border: 1px solid $--border-color;
|
border: 1px solid $--border-color;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
max-height: 100%;
|
||||||
|
max-width: 100%;
|
||||||
|
|
||||||
.m-editor-float-box-title {
|
.m-editor-float-box-title {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user