style(editor): float-box限制最大宽高

This commit is contained in:
roymondchen 2024-03-11 20:36:21 +08:00
parent a035f02f83
commit d71e6b1933

View File

@ -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;