Browse Source

fix: menu flash #3951

pull/3967/head
tangjinzhou 4 years ago
parent
commit
5cec702e0c
  1. 1
      .gitignore
  2. 1
      components/menu/style/index.less

1
.gitignore vendored

@ -73,3 +73,4 @@ list.txt
site/dev.js
v2-doc/
vetur/

1
components/menu/style/index.less

@ -190,7 +190,6 @@
&-popup {
position: absolute;
z-index: @zindex-dropdown;
background: @menu-popup-bg;
border-radius: @border-radius-base;
.submenu-title-wrapper {

Loading…
Cancel
Save