feat(web): table ui upgrade

This commit is contained in:
zhaoying
2026-03-23 12:15:36 +08:00
parent 4dbb2bf2e2
commit 338d7f1065
7 changed files with 43 additions and 24 deletions

View File

@@ -41,6 +41,7 @@ const Index = () => {
title: t('space.spaceName'),
dataIndex: 'name',
key: 'name',
className: 'rb:text-[#212332]'
},
{
title: t('space.spaceIcon'),
@@ -119,8 +120,6 @@ const Index = () => {
rowKey="id"
bordered={false}
scrollY="100%"
className="rb:-mb-3!"
// scroll={{ y: 'calc(100vh - 340px)' }}
/>
</div>
</Flex>