间距margin重置的bug (#1353) #873

* 间距margin重置的bug

* Update index.less

解决margin重合问题,overflow方式会有副作用,采用padding解决margin重合现象。
pull/1370/head
wangweijun0418 2019-10-30 11:13:06 +08:00 committed by tangjinzhou
parent 46644ff435
commit e1b126cbdd
1 changed files with 1 additions and 1 deletions

View File

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