mirror of
https://github.com/rustfs/console.git
synced 2026-09-19 09:52:25 +08:00
style: 桶图标
This commit is contained in:
@@ -44,7 +44,7 @@ const columns = [
|
||||
dataIndex: 'name',
|
||||
key: 'Name',
|
||||
render: (row: { Name: string }) => {
|
||||
return h(NuxtLink, { href: `/browser/${encodeURIComponent(row.Name)}` }, row.Name);
|
||||
return h(NuxtLink, { href: `/browser/${encodeURIComponent(row.Name)}`, class: 'flex items-center gap-2' }, [icon('ri:archive-line'), row.Name]);
|
||||
}
|
||||
},
|
||||
{ title: '创建时间', dataIndex: 'creationDate', key: 'CreationDate' },
|
||||
|
||||
Reference in New Issue
Block a user