perf: 优化用户资产页面宽度 (#1049)

Co-authored-by: ibuler <ibuler@qq.com>
This commit is contained in:
fit2bot
2021-09-15 20:32:39 +08:00
committed by GitHub
parent d17556cdc7
commit cc76a66a34

View File

@@ -75,12 +75,13 @@ export default {
},
ip: {
sortable: 'custom',
width: '180px'
width: '150px'
},
system_users: {
showOverflowTooltip: true,
align: 'center',
label: this.$t('assets.SystemUsers'),
width: '200px',
width: '150px',
formatter: SystemUserFormatter,
formatterArgs: {
getUrl: ({ row }) => {
@@ -89,14 +90,11 @@ export default {
}
},
platform: {
label: this.$t('assets.Platform'),
width: '120px'
},
comment: {
prop: 'comment',
label: this.$t('assets.Comment'),
showOverflowTooltip: true,
width: '180px'
width: '100px'
},
actions: {
formatterArgs: {