chore: update home page style

This commit is contained in:
JustSong
2025-01-31 22:45:57 +08:00
parent abe2d2dba8
commit e8ea87fff3
3 changed files with 224 additions and 100 deletions

View File

@@ -6,7 +6,7 @@ const Token = () => (
<>
<Segment>
<Header as='h3'>我的令牌</Header>
<TokensTable/>
<TokensTable />
</Segment>
</>
);