Browse Source

fix vertical menu item border radius

pull/6813/head
afc163 7 years ago
parent
commit
46ffda9c93
  1. 3
      components/menu/style/index.less

3
components/menu/style/index.less

@ -155,6 +155,9 @@
> .@{menu-prefix-cls}-item-group:last-child > .@{menu-prefix-cls}-item-group-list:last-child > .@{menu-prefix-cls}-item:last-child {
border-radius: 0 0 @border-radius-base @border-radius-base;
}
> .@{menu-prefix-cls}-item:only-child {
border-radius: @border-radius-base;
}
}
&-inline {

Loading…
Cancel
Save