行内表单默认设置固定宽度

This commit is contained in:
RuoYi
2025-12-10 09:37:56 +08:00
parent d2b4332589
commit 168ad6a3b6

View File

@@ -60,6 +60,14 @@
color: inherit; color: inherit;
} }
.el-form--inline {
.el-form-item {
.el-input, .el-cascader, .el-select, .el-autocomplete {
width: 200px;
}
}
}
.el-form .el-form-item__label { .el-form .el-form-item__label {
font-weight: 700; font-weight: 700;
} }