人员管理

This commit is contained in:
guochunsi
2026-01-04 18:23:27 +08:00
parent fee5e2a6c0
commit 24453baf3e
34 changed files with 1603 additions and 1259 deletions

View File

@@ -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;
}
}
}
}