mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-13 23:53:42 +08:00
fix 修复 样式问题
This commit is contained in:
parent
4311a09056
commit
bfd6903d25
@ -20,6 +20,17 @@
|
||||
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 {
|
||||
margin-left: auto;
|
||||
align-self: center;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user