This commit is contained in:
初志鑫 2020-07-21 11:07:50 +08:00
parent 6664949dab
commit 22e54f1f92
6 changed files with 21 additions and 2 deletions

View File

@ -16,6 +16,6 @@ export { default as SideBar } from "zx-layouts/SideBar";
export { default as Breadcrumb } from "zx-layouts/Breadcrumb";
export { default as FullScreenBar } from "zx-layouts/FullScreenBar";
export { default as ErrorLog } from "zx-layouts/ErrorLog";
export { default as ThemeBar } from "./zx-layouts/ThemeBar";
export { default as ThemeBar } from "zx-layouts/ThemeBar";
export { default as TopBar } from "zx-layouts/TopBar";
export { default as NavBar } from "zx-layouts/NavBar";

View File

@ -0,0 +1,4 @@
/**
* @copyright chuzhixin 1204505056@qq.com
* @description 暗黑之子主题VIP群专享
*/

View File

@ -0,0 +1,4 @@
/**
* @copyright chuzhixin 1204505056@qq.com
* @description 荣耀典藏主题VIP群专享
*/

View File

@ -0,0 +1,4 @@
/**
* @copyright chuzhixin 1204505056@qq.com
* @description 绿荫操场主题VIP群专享
*/

View File

@ -0,0 +1,4 @@
/**
* @copyright chuzhixin 1204505056@qq.com
* @description 海洋之心主题VIP群专享
*/

View File

@ -8,7 +8,10 @@
@import "./normalize.scss";
@import "./transition.scss";
@import "./loading.scss";
@import "./themes/ocean.scss";
@import "./themes/green.scss";
@import "./themes/glory.scss";
@import "./themes/dark.scss";
$base: ".vab";
@mixin scrollbar {