mirror of
https://gitee.com/chu1204505056/vue-admin-beautiful.git
synced 2025-04-06 03:58:00 +08:00
deploy
This commit is contained in:
parent
6664949dab
commit
22e54f1f92
@ -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";
|
||||
|
4
src/styles/themes/dark.scss
Normal file
4
src/styles/themes/dark.scss
Normal file
@ -0,0 +1,4 @@
|
||||
/**
|
||||
* @copyright chuzhixin 1204505056@qq.com
|
||||
* @description 暗黑之子主题(VIP群专享)
|
||||
*/
|
4
src/styles/themes/glory.scss
Normal file
4
src/styles/themes/glory.scss
Normal file
@ -0,0 +1,4 @@
|
||||
/**
|
||||
* @copyright chuzhixin 1204505056@qq.com
|
||||
* @description 荣耀典藏主题(VIP群专享)
|
||||
*/
|
4
src/styles/themes/green.scss
Normal file
4
src/styles/themes/green.scss
Normal file
@ -0,0 +1,4 @@
|
||||
/**
|
||||
* @copyright chuzhixin 1204505056@qq.com
|
||||
* @description 绿荫操场主题(VIP群专享)
|
||||
*/
|
4
src/styles/themes/ocean.scss
Normal file
4
src/styles/themes/ocean.scss
Normal file
@ -0,0 +1,4 @@
|
||||
/**
|
||||
* @copyright chuzhixin 1204505056@qq.com
|
||||
* @description 海洋之心主题(VIP群专享)
|
||||
*/
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user