浏览代码

🐞 fix(【drp-采购员上级采购经理匹配】): 新增编辑一级分类选了还提示必填

汇总采购员审核匹配列表界面新增编辑,一级分类选了还标红提示必填

20240509448
002390 1 年之前
父节点
当前提交
e28b3588e2
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/views/purchase/pu-match/details/index.vue

+ 3 - 0
src/views/purchase/pu-match/details/index.vue

@@ -196,4 +196,7 @@ export default {
   margin-bottom: 0;
   padding: 5px 20px;
 }
+>>> .el-form-item.is-error .el-input__inner {
+  border-color: #dcdfe6;
+}
 </style>