wip(menu): perf menu

This commit is contained in:
vben
2020-12-15 00:13:23 +08:00
parent ec7efcf0f0
commit a65ad9edd5
80 changed files with 1338 additions and 972 deletions

View File

@@ -128,7 +128,7 @@
// =================================
// ==============breadcrumb=========
// =================================
@breadcrumb-item-normal-color: #6e90a7;
@breadcrumb-item-normal-color: #999;
// =================================
// ==============button=============
// =================================

View File

@@ -31,6 +31,10 @@ html,
background-color: #fff !important;
}
html {
overflow: hidden;
}
html,
body {
width: 100%;

View File

@@ -11,12 +11,24 @@
@header-height: 48px;
// logo width
@logo-width: 36px;
@logo-width: 32px;
//
@side-drag-z-index: 200;
@page-loading-z-index: 10000;
@lock-page-z-index: 3000;
@layout-header-fixed-z-index: 500;
@multiple-tab-fixed-z-index: 505;
@layout-sider-fixed-z-index: 510;
@preview-comp-z-index: 1000;
@page-footer-z-index: 99;
// left-menu
@app-menu-item-height: 42px;