Merge pull request #2621 from xinnan-tech/fix_color

添加模型的输入框颜色修改
This commit is contained in:
hrz
2025-12-01 15:54:44 +08:00
committed by GitHub
@@ -404,7 +404,7 @@ export default {
.custom-input-bg .el-input__inner,
.custom-input-bg .el-textarea__inner {
background-color: #f6f8fc;
background-color: #ffffff;
}