From 3f5ed3ae2f751ef2ba4fef79b20979d57db485b1 Mon Sep 17 00:00:00 2001 From: "vue-admin-beautiful.com" <783963206@qq.com> Date: Sun, 18 Jul 2021 12:47:01 +0800 Subject: [PATCH] update theme --- package.json | 8 ++++---- src/layouts/components/VabThemeBar/index.vue | 2 ++ src/styles/variables.scss | 4 ++-- src/views/vab/icon/colorfulIcon.vue | 2 +- src/views/vab/player/index.vue | 2 +- 5 files changed, 10 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index dcf9198..47b1239 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "vue-router": "^3.5.2", "vuex": "^3.6.2", "zx-count": "^0.3.7", - "zx-layouts": "^0.6.25", + "zx-layouts": "^0.6.27", "zx-magnifie": "^0.4.0", "zx-markdown-editor": "^0.0.2", "zx-player": "^1.0.2", @@ -72,18 +72,18 @@ "@vue/cli-plugin-babel": "^4.5.13", "@vue/cli-plugin-eslint": "^4.5.13", "@vue/cli-service": "^4.5.13", - "@vue/composition-api": "^1.0.0-rc.13", + "@vue/composition-api": "^1.0.3", "@vue/eslint-config-prettier": "^6.0.0", "babel-eslint": "^10.1.0", "body-parser": "^1.19.0", "chalk": "^4.1.1", "chokidar": "^3.5.2", - "eslint": "^7.30.0", + "eslint": "^7.31.0", "eslint-plugin-prettier": "^3.4.0", "eslint-plugin-vue": "^7.13.0", "filemanager-webpack-plugin": "^6.1.4", "image-webpack-loader": "^7.0.1", - "lint-staged": "^11.0.0", + "lint-staged": "^11.0.1", "plop": "^2.7.4", "prettier": "^2.3.2", "sass": "~1.32.13", diff --git a/src/layouts/components/VabThemeBar/index.vue b/src/layouts/components/VabThemeBar/index.vue index bd09aba..1440bbb 100644 --- a/src/layouts/components/VabThemeBar/index.vue +++ b/src/layouts/components/VabThemeBar/index.vue @@ -31,6 +31,8 @@ 默认 绿荫草场 荣耀典藏 + diff --git a/src/styles/variables.scss b/src/styles/variables.scss index cb76c4a..1755d44 100644 --- a/src/styles/variables.scss +++ b/src/styles/variables.scss @@ -5,11 +5,11 @@ /* stylelint-disable */ @charset "utf-8"; //框架默认主题色 -$base-color-default: #41b584; +$base-color-default: #1890ff; //默认层级 $base-z-index: 999; //横向布局纵向布局时菜单背景色 -$base-menu-background: #2f3447; +$base-menu-background: #001529; //菜单文字颜色 $base-menu-color: hsla(0, 0%, 100%, 0.95); //菜单选中文字颜色 diff --git a/src/views/vab/icon/colorfulIcon.vue b/src/views/vab/icon/colorfulIcon.vue index d1890b9..53d06da 100644 --- a/src/views/vab/icon/colorfulIcon.vue +++ b/src/views/vab/icon/colorfulIcon.vue @@ -3,7 +3,7 @@ - 多彩图标在演示环境中使用的是cdn加速服务,开发时需存储到本地,使用方法可查看群文档,点击图标即可复制源码 + 多彩图标在演示环境中使用的是cdn加速服务,开发时需存储到本地,点击图标即可复制源码 diff --git a/src/views/vab/player/index.vue b/src/views/vab/player/index.vue index 504e10d..c73c5ff 100644 --- a/src/views/vab/player/index.vue +++ b/src/views/vab/player/index.vue @@ -1,7 +1,7 @@