fix: 修复列表错位

This commit is contained in:
@changcode
2021-08-02 15:41:43 +08:00
parent 1ba5f0ab23
commit 17c28cd4ec
7 changed files with 30 additions and 17 deletions

View File

@@ -108,7 +108,7 @@ export default {
label: this.$t('config.mib.credential.type'),
prop: 'type',
show: true,
minWidth: 200,
minWidth: 160,
sortable: 'custom'
}, {
label: this.$t('config.mib.credential.port'),
@@ -117,7 +117,7 @@ export default {
}, {
label: this.$t('overall.remark'),
prop: 'remark',
minWidth: 200,
minWidth: 160,
show: true
}]
}