* 间距margin重置的bug * Update index.less 解决margin重合问题,overflow方式会有副作用,采用padding解决margin重合现象。pull/1370/head
parent
46644ff435
commit
e1b126cbdd
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue