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