From e1b126cbdde0f92366edafd6b1be773bff33199f Mon Sep 17 00:00:00 2001 From: wangweijun0418 <40419952+wangweijun0418@users.noreply.github.com> Date: Wed, 30 Oct 2019 11:13:06 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=B4=E8=B7=9Dmargin=E9=87=8D=E7=BD=AE?= =?UTF-8?q?=E7=9A=84bug=20(#1353)=20#873?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 间距margin重置的bug * Update index.less 解决margin重合问题,overflow方式会有副作用,采用padding解决margin重合现象。 --- components/menu/style/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/menu/style/index.less b/components/menu/style/index.less index 33bee5c6c..623ec0373 100644 --- a/components/menu/style/index.less +++ b/components/menu/style/index.less @@ -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) {