Browse Source

🐛 Fix popup menu background transparent bug

pull/13094/head
afc163 6 years ago
parent
commit
03d3b08315
  1. 1
      components/menu/style/index.less
  2. 1
      components/style/themes/default.less

1
components/menu/style/index.less

@ -180,6 +180,7 @@
position: absolute;
border-radius: @border-radius-base;
z-index: @zindex-dropdown;
background: @menu-popup-bg;
.submenu-title-wrapper {
padding-right: 20px;

1
components/style/themes/default.less

@ -322,6 +322,7 @@
@menu-item-height: 40px;
@menu-collapsed-width: 80px;
@menu-bg: transparent;
@menu-popup-bg: @component-background;
@menu-item-color: @text-color;
@menu-highlight-color: @primary-color;
@menu-item-active-bg: @item-active-bg;

Loading…
Cancel
Save