feat: 🎸 layout布局重构中

This commit is contained in:
chenkl
2020-12-18 17:34:17 +08:00
parent 29d9c98860
commit bd24b92acb
10 changed files with 364 additions and 174 deletions

View File

@@ -12,14 +12,25 @@
@menuWidth: 200px;
@menuMinWidth: 64px;
// topSilder
@topSilderHeight: 50px;
// topSider
@topSiderHeight: 60px; // 最低60pxelement的最小高度。
@topMenuText: #303133;
@topMenuActiveText: #2d8cf0;
@topMenuActiveBg: #fff;
@topMenuBg: #fff;
@topSubMenuBg: #1f2d3d;
@topSMenuHover: #2d8cf0;
@topSMenuActiveText: #2d8cf0;
// navbar
@navbarHeight: 40px;
// tagsView
@tagsViewHeight: 40px;
@tagActiveBg: #304156;
// content
@contentBg: #fff;