mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-10-18 12:02: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;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
max-height: 100%;
|
||||
max-width: 100%;
|
||||
|
||||
.m-editor-float-box-title {
|
||||
text-align: center;
|
||||
|
Loading…
x
Reference in New Issue
Block a user