Commit 56e648ec authored by Ivocin's avatar Ivocin Committed by 偏右

fix (#2182): use @nav-header-height variable

use @nav-header-height
parent 43eedc03
...@@ -63,8 +63,8 @@ ...@@ -63,8 +63,8 @@
:global { :global {
.top-nav-menu li.ant-menu-item { .top-nav-menu li.ant-menu-item {
height: 64px; height: @nav-header-height;
line-height: 64px; line-height: @nav-header-height;
} }
.drawer .drawer-content { .drawer .drawer-content {
background: #001529; background: #001529;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment