duy 1 month ago
parent
commit
e21fc8f4e6
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/views/codeRule/ruleManage.vue
  2. 1 1
      src/views/manager/projectinfo/codeSet.vue

+ 1 - 1
src/views/codeRule/ruleManage.vue

@@ -1509,7 +1509,7 @@ import { getStore, setStore } from "@/util/store";
 }
 .box-card-content2-list{
   margin-top: 20px;
-  max-height: 300px;
+  max-height: 250px;
   overflow-y: auto;
   
   .eg{

+ 1 - 1
src/views/manager/projectinfo/codeSet.vue

@@ -377,7 +377,7 @@ mounted(){
     },
     saveCodeSet(){
         if (this.tableData.length === 0) {
-          this.$message.warning('请至少添加一条规则!')
+          this.$message.warning('请先填写数据!')
           return;
         }