mirror of
https://github.com/linux-do/new-api.git
synced 2025-11-12 17:13:43 +08:00
完善令牌界面
This commit is contained in:
@@ -1,13 +1,17 @@
|
||||
import React from 'react';
|
||||
import { Segment, Header } from 'semantic-ui-react';
|
||||
import TokensTable from '../../components/TokensTable';
|
||||
|
||||
import {Layout} from "@douyinfe/semi-ui";
|
||||
const {Content, Header} = Layout;
|
||||
const Token = () => (
|
||||
<>
|
||||
<Segment>
|
||||
<Header as='h3'>我的令牌</Header>
|
||||
<TokensTable/>
|
||||
</Segment>
|
||||
<Layout>
|
||||
<Header>
|
||||
<h3>我的令牌</h3>
|
||||
</Header>
|
||||
<Content>
|
||||
<TokensTable/>
|
||||
</Content>
|
||||
</Layout>
|
||||
</>
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user