fix: panel 面板图表错位样式调整,dc,endpoint列表样式调整

This commit is contained in:
@changcode
2021-07-23 10:53:54 +08:00
parent ac236551ce
commit 8dd6fa475d
3 changed files with 11 additions and 10 deletions

View File

@@ -251,7 +251,8 @@ export default {
}, {
label: this.$t('alert.summary'),
prop: 'summary',
show: true
show: true,
minWidth: 200
}, {
label: this.$t('overall.remark'),
prop: 'description',

View File

@@ -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'
}
]

View File

@@ -153,14 +153,14 @@ export default {
label: this.$t('project.project.projectName'),
prop: 'project',
show: true,
minWidth: 200,
minWidth: 100,
sortable: 'custom'
},
{
label: this.$t('project.endpoint.asset'),
prop: 'asset',
show: true,
minWidth: 200,
minWidth: 90,
sortable: 'custom'
},
{
@@ -183,7 +183,7 @@ export default {
label: this.$t('project.endpoint.state'),
prop: 'state',
show: true,
minWidth: 200,
minWidth: 90,
sortable: 'custom'
}
// {