Skip to content

Commit

Permalink
fix(layout): fix collapsedshowtitle style error
Browse files Browse the repository at this point in the history
  • Loading branch information
chenshuai2144 committed Nov 30, 2022
1 parent 3512b0d commit e4dc580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/layout/src/components/SiderMenu/style/menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const genProLayoutBaseMenuStyle: GenerateStyle<ProLayoutBaseMenuToken> = (token)
paddingInlineStart: 10,
},
},
[`& &-collapsed`]: {
[`&&-collapsed`]: {
[`${token.antCls}-menu-item,
${token.antCls}-menu-item-group > ${token.antCls}-menu-item-group-list > ${token.antCls}-menu-item,
${token.antCls}-menu-item-group > ${token.antCls}-menu-item-group-list > ${token.antCls}-menu-submenu > ${token.antCls}-menu-submenu-title,
Expand Down

0 comments on commit e4dc580

Please sign in to comment.