Skip to content

Commit

Permalink
[新增功能](develop): update
Browse files Browse the repository at this point in the history
  • Loading branch information
hocgin committed Nov 13, 2023
1 parent 1454d3b commit 1d41856
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Header/components/Header/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ const HeaderMenu: React.FC<Props> = ({ menus, prefix, suffix, ...props }) => {
{suffix && <SuffixMenu prefixCls={prefixCls}>{suffix}</SuffixMenu>}
{props?.logined && (
<>
<Divider type="vertical" style={{ marginLeft: 14 }} />
<Divider type="vertical" />
{!user ? (
loading ? (
<>
Expand Down
1 change: 1 addition & 0 deletions src/Header/style/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ $header-menu-prefix-cls: $header-prefix-cls + '-menu';
}

&-suffixMenu {
margin-left: 10px;
display: flex;
align-items: center;
}
Expand Down

0 comments on commit 1d41856

Please sign in to comment.