Skip to content

Commit e1b126c

Browse files
wangweijun0418tangjinzhou
authored andcommitted
间距margin重置的bug (#1353) #873
* 间距margin重置的bug * Update index.less 解决margin重合问题,overflow方式会有副作用,采用padding解决margin重合现象。
1 parent 46644ff commit e1b126c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/menu/style/index.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@
358358

359359
// disable margin collapsed
360360
.@{menu-prefix-cls}-submenu {
361-
padding-bottom: 0.01px;
361+
padding-bottom: 0.02px;
362362
}
363363

364364
.@{menu-prefix-cls}-item:not(:last-child) {

0 commit comments

Comments
 (0)