Skip to content

Commit

Permalink
feat: optimize style
Browse files Browse the repository at this point in the history
  • Loading branch information
kiner-tang committed Sep 16, 2023
1 parent adc236c commit 1d9e1cd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/pages/profile/advanced/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import {
Dropdown,
Empty,
Popover,
Space,
Statistic,
Steps,
Table,
Expand Down Expand Up @@ -61,7 +62,7 @@ const action = (
);
}
return (
<Fragment>
<Space>
<ButtonGroup>
<Button>操作一</Button>
<Button>操作二</Button>
Expand Down Expand Up @@ -90,7 +91,7 @@ const action = (
</Dropdown>
</ButtonGroup>
<Button type="primary">主操作</Button>
</Fragment>
</Space>
);
}}
</RouteContext.Consumer>
Expand Down

0 comments on commit 1d9e1cd

Please sign in to comment.