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