fix 修复 样式问题

This commit is contained in:
疯狂的狮子Li
2026-05-13 13:51:19 +08:00
parent 4311a09056
commit bfd6903d25
@@ -20,6 +20,17 @@
min-width: 0; min-width: 0;
} }
.query-form.el-form--inline .el-form-item__label {
flex: 0 0 auto;
width: auto;
min-width: 68px;
overflow: visible;
white-space: nowrap;
word-break: keep-all;
line-break: strict;
justify-content: flex-end;
}
.query-form .el-form-item:last-child { .query-form .el-form-item:last-child {
margin-left: auto; margin-left: auto;
align-self: center; align-self: center;