Browse Source

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

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

20240509448
002390 1 năm trước cách đây
mục cha
commit
e28b3588e2
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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>