From a93cb09e158f8fdfa6e24fdb1e3f61c6864ca7b9 Mon Sep 17 00:00:00 2001 From: lvren Date: Thu, 17 Aug 2017 16:09:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86sider=E6=94=B6=E8=B5=B7=E6=97=B6?= =?UTF-8?q?=E7=9A=84=E5=AE=BD=E5=BA=A6=E5=8F=98=E9=87=8F=E6=94=BE=E5=88=B0?= =?UTF-8?q?themes=E4=B8=AD=E6=8E=A7=E5=88=B6=20(#7238)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/menu/style/index.less | 1 - components/style/themes/default.less | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/components/menu/style/index.less b/components/menu/style/index.less index 397d7d01c5..6d82348f1f 100644 --- a/components/menu/style/index.less +++ b/components/menu/style/index.less @@ -2,7 +2,6 @@ @import "../../style/mixins/index"; @menu-prefix-cls: ~"@{ant-prefix}-menu"; -@menu-collapsed-width: 64px; // default theme .@{menu-prefix-cls} { diff --git a/components/style/themes/default.less b/components/style/themes/default.less index 10c2fb3a78..e89830f414 100644 --- a/components/style/themes/default.less +++ b/components/style/themes/default.less @@ -283,6 +283,7 @@ // --- @menu-dark-bg: @layout-header-background; @menu-dark-submenu-bg: #333; +@menu-collapsed-width: 64px; // Spin // ---