style: 优化部分样式

This commit is contained in:
2024-12-14 21:01:06 +08:00
parent 84be614d4c
commit 7fb3db630b
2 changed files with 2 additions and 2 deletions

View File

@@ -124,7 +124,7 @@ const columns: TableInstanceColumns[] = [
render: ({ rowIndex }) => h('span', {}, rowIndex + 1 + (pagination.current - 1) * pagination.pageSize),
fixed: !isMobile() ? 'left' : undefined,
},
{ title: '名称', dataIndex: 'name', slotName: 'name', fixed: !isMobile() ? 'left' : undefined },
{ title: '名称', dataIndex: 'name', slotName: 'name', ellipsis: true, tooltip: true, fixed: !isMobile() ? 'left' : undefined },
{ title: 'Access Key', dataIndex: 'accessKey', slotName: 'accessKey', width: 200 },
{ title: 'Secret Key', dataIndex: 'secretKey', slotName: 'secretKey', width: 200 },
{ title: '失效时间', dataIndex: 'expireTime', width: 180 },