fix:添加模型组件的输入框颜色修改

This commit is contained in:
rainv123
2025-12-01 10:56:19 +08:00
parent 621634697e
commit dd1a430c21
@@ -404,7 +404,7 @@ export default {
.custom-input-bg .el-input__inner,
.custom-input-bg .el-textarea__inner {
background-color: #f6f8fc;
background-color: #ffffff;
}