feat: 🎸 初始化项目

This commit is contained in:
chenkl
2020-12-14 17:32:37 +08:00
commit 26d4c7c568
221 changed files with 23505 additions and 0 deletions

29
src/styles/variables.less Normal file
View File

@@ -0,0 +1,29 @@
// Silder
@menuLightActiveText: #1890ff;
@menuLightActiveBg: #e6f7ff;
@menuDarkActiveText: #fff;
@menuDarkActiveBg: #1890ff;
@menuBg: #001529;
@menuLightBg: #fff;
@menuWidth: 200px;
// topSilder
@topSilderHeight: 50px;
// navbar
@navbarHeight: 40px;
// tagsView
@tagsViewHeight: 40px;
// content
@contentBg: #fff;
// html body
@minWidth: 992px;
// deep
@deep: ~'::v-deep';