Skip to content

Commit e2d8b22

Browse files
authored
Merge pull request #158 from hocgin/feature-scss
Feature scss
2 parents 69b7e9b + 1d41856 commit e2d8b22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Header/components/Header/header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ const HeaderMenu: React.FC<Props> = ({ menus, prefix, suffix, ...props }) => {
8686
{suffix && <SuffixMenu prefixCls={prefixCls}>{suffix}</SuffixMenu>}
8787
{props?.logined && (
8888
<>
89-
<Divider type="vertical" style={{ marginLeft: 14 }} />
89+
<Divider type="vertical" />
9090
{!user ? (
9191
loading ? (
9292
<>

0 commit comments

Comments
 (0)