mirror of
https://github.com/yangzongzhuan/RuoYi-Vue3.git
synced 2025-12-17 06:55:56 +00:00
行内表单默认设置固定宽度
This commit is contained in:
@@ -60,6 +60,14 @@
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.el-form--inline {
|
||||
.el-form-item {
|
||||
.el-input, .el-cascader, .el-select, .el-autocomplete {
|
||||
width: 200px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.el-form .el-form-item__label {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user