Fix Menu menu collapsed in Chrome (#19476)

* Update index.less

修复margin重合样式问题,(次问题造成menu组件下拉不顺畅)

* Update index.less

解决margin重合问题,overflow方式会有副作用,采用padding解决margin重合现象。
This commit is contained in:
wangweijun0418 2019-10-30 13:15:50 +08:00 committed by 偏右
parent 2ee2cc3303
commit d99d90b1fa

View File

@ -364,7 +364,7 @@
// disable margin collapsed
.@{menu-prefix-cls}-submenu {
padding-bottom: 0.01px;
padding-bottom: 0.02px;
}
.@{menu-prefix-cls}-item:not(:last-child) {