wip: vite版重构中

This commit is contained in:
kailong321200875
2021-10-16 09:40:39 +08:00
parent 41ca05dce2
commit a8163874dc
165 changed files with 15146 additions and 145 deletions

54
src/styles/var.less Normal file
View File

@@ -0,0 +1,54 @@
:root {
--main-color: #018ffb;
// Silder
--menu-text-color: #bfcbd9;
--menu-active-text-color: #fff;
--menu-active-background-color: #2d8cf0;
--menu-background-color: #001529;
--sub-menu-background-color: #1f2d3d;
--sub-menu-hover-color: #2d8cf0;
--sub-menu-active-text-color: #fff;
--menu-width: 200px;
--menu-min-width: 64px;
// topSider
--top-sider-height: 60px; // 最低60pxelement的最小高度。
--top-menu-text-color: #303133;
--top-menu-active-text-color: #2d8cf0;
--top-menu-active-background-color: #fff;
--top-menu-background-color: #fff;
--top-sub-menu-background-color: #1f2d3d;
--top-sub-menu-hover-color: #2d8cf0;
--top-sub-menu-active-text-color: #2d8cf0;
// meunTab
--menu-tab-width: 90px;
--menu-tab-item-height: 70px;
--menu-tab-background-color: #fff;
--menu-tab-text-color: #000;
--menu-tab-active-background-color: #2d8cf0;
--menu-tab-active-text-color: #fff;
// menuTopTab
--menu-top-tab-width: 120px;
--menu-top-tab-background-color: #fff;
--menu-top-tab-text-color: #000;
--menu-top-tab-active-background-color: #2d8cf0;
--menu-top-tab-active-text-color: #fff;
// navbar
--navbar-height: 40px;
// tagsView
--tags-view-height: 40px;
--tag-background-color: #fbfbfb;
--tag-active-background-color: #fff;
// content
--content-background-color: #fff;
--app-background-color: #f5f7f9;
// html body
--content-min-width: 992px;
}