fix: panel 面板图表错位样式调整,dc,endpoint列表样式调整
This commit is contained in:
@@ -129,13 +129,13 @@ export default {
|
||||
label: this.$t('config.dc.cabinetNum'),
|
||||
prop: 'cabinetNum',
|
||||
show: true,
|
||||
minWidth: 200,
|
||||
minWidth: 90,
|
||||
sortable: 'custom'
|
||||
}, {
|
||||
label: this.$t('config.dc.assets'),
|
||||
prop: 'assetNum',
|
||||
show: true,
|
||||
minWidth: 200,
|
||||
minWidth: 90,
|
||||
sortable: 'custom'
|
||||
}, {
|
||||
label: this.$t('config.dc.alert'),
|
||||
@@ -161,7 +161,7 @@ export default {
|
||||
label: this.$t('config.dc.state'),
|
||||
prop: 'state',
|
||||
show: true,
|
||||
minWidth: 200,
|
||||
minWidth: 80,
|
||||
sortable: 'custom'
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user