将sider收起时的宽度变量放到themes中控制 (#7238)

This commit is contained in:
lvren 2017-08-17 16:09:04 +08:00 committed by 偏右
parent e061ada71a
commit a93cb09e15
2 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,6 @@
@import "../../style/mixins/index";
@menu-prefix-cls: ~"@{ant-prefix}-menu";
@menu-collapsed-width: 64px;
// default theme
.@{menu-prefix-cls} {

View File

@ -283,6 +283,7 @@
// ---
@menu-dark-bg: @layout-header-background;
@menu-dark-submenu-bg: #333;
@menu-collapsed-width: 64px;
// Spin
// ---