diff --git a/components/menu/style/index.less b/components/menu/style/index.less index dc78fcc27e..b341096f2e 100644 --- a/components/menu/style/index.less +++ b/components/menu/style/index.less @@ -290,7 +290,7 @@ &-item-group-list { & > .@{menu-prefix-cls}-item, & > .@{menu-prefix-cls}-submenu > .@{menu-prefix-cls}-submenu-title { - padding: 0 16px 0 28px; + padding: 0 16px; font-size: @font-size-base; line-height: 42px; height: 42px; @@ -299,6 +299,13 @@ } } + &-item-group-list { + & > .@{menu-prefix-cls}-item, + & > .@{menu-prefix-cls}-submenu > .@{menu-prefix-cls}-submenu-title { + padding: 0 16px 0 28px; + } + } + &-vertical&-sub { padding: 0; transform-origin: 0 0;