人员管理
This commit is contained in:
@@ -67,12 +67,22 @@
|
||||
// https://github.com/element-plus/element-plus/pull/15352
|
||||
.el-form--inline {
|
||||
.el-form-item {
|
||||
// 默认宽度 200px(输入框、单选、选择器等)
|
||||
& > .el-input,
|
||||
.el-cascader,
|
||||
.el-select,
|
||||
.el-date-editor,
|
||||
.el-autocomplete {
|
||||
width: 240px;
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
// 日期选择器:单日期为 200px,双日期(范围选择)为 240px
|
||||
.el-date-editor {
|
||||
width: 200px;
|
||||
|
||||
// 日期范围选择器(双日期)使用 240px
|
||||
&.el-range-editor {
|
||||
width: 240px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user