修复acl样式

This commit is contained in:
bjdgyc 2024-04-22 17:41:18 +08:00
parent cb902a6b9b
commit 641d6127ba
1 changed files with 5 additions and 4 deletions

View File

@ -361,10 +361,11 @@
</el-select>
</el-input>
</el-col>
<el-col :span="6">
<el-input type="textarea" :autosize="{ minRows: 1, maxRows: 2}" v-model="item.port" placeholder="多端口,号分隔"></el-input>
<el-col :span="8">
<!-- type="textarea" :autosize="{ minRows: 1, maxRows: 2}" -->
<el-input v-model="item.port" placeholder="多端口,号分隔"></el-input>
</el-col>
<el-col :span="6">
<el-col :span="4">
<el-input v-model="item.note" placeholder="备注"></el-input>
</el-col>
<el-col :span="2">
@ -624,7 +625,7 @@ export default {
// arr.pop()
},
addDomain(arr) {
arr.push({val: "", action: "allow", port: 0});
arr.push({val: "", action: "allow", port: "0"});
},
submitForm(formName) {
this.$refs[formName].validate((valid) => {