驾校管理

This commit is contained in:
qsh
2024-05-16 11:50:50 +08:00
parent 555cb4d27a
commit 2468a0c8a5
5 changed files with 917 additions and 123 deletions

View File

@@ -59,3 +59,11 @@
.el-form--inline .el-form-item {
margin-right: 15px;
}
.el-row .el-form-item {
.el-input,
.el-select,
.el-input-number {
width: 100%;
}
}