style(form): 优化 form-box 弹窗布局,修复 flex 内容溢出问题

This commit is contained in:
moonszhang 2026-08-13 04:02:50 +00:00 committed by roymondchen
parent 01915634e4
commit 050814f3f8

View File

@ -5,7 +5,12 @@
margin: 0;
}
.m-box-body {
min-height: 0;
}
.dialog-footer {
flex-shrink: 0;
display: flex;
align-items: center;
justify-content: space-between;