This commit is contained in:
2025-09-18 10:20:14 +08:00
parent 497e714e9a
commit e2fc355a45

View File

@@ -488,6 +488,12 @@ export default {
align-items: center;
}
/* 让所有输入框/选择器占满列宽,保证一致宽度 */
.fault-form-page >>> .el-input,
.fault-form-page >>> .el-select {
width: 100%;
}
/* 统一输入框高度 */
.fault-form-page >>> .el-input--small .el-input__inner {
height: 32px;