Browse Source

update themes

good luck 4 years ago
parent
commit
9867499b3b
3 changed files with 4 additions and 4 deletions
  1. 1 1
      mock/controller/notice.js
  2. 1 1
      package.json
  3. 2 2
      src/styles/variables.scss

+ 1 - 1
mock/controller/notice.js

@@ -1,7 +1,7 @@
 const data = [
   {
     title:
-      '温馨提示:集成版虽功能丰富,但冗余依赖过多,建议开发时使用基础版进行开发 Vab Admin Plus(vue3.0 + element-plus)已发布,欢迎体验:<a target="_blank" href="https://chu1204505056.gitee.io/admin-plus/?hmsr=homeAd&hmpl=&hmcu=&hmkw=&hmci=#/index">Vab Admin PLus</a>',
+      '温馨提示:集成版虽功能丰富,但冗余依赖过多,建议开发时使用基础版进行开发 Vab Admin Plus(vue3.0 + element-plus)已发布,欢迎体验:<a target="_blank" href="https://chu1204505056.gitee.io/admin-plus/?hmsr=homeAd&hmpl=&hmcu=&hmkw=&hmci=#/index">Vab Admin Plus</a>',
     closable: false,
     type: 'success',
   },

+ 1 - 1
package.json

@@ -78,7 +78,7 @@
     "body-parser": "^1.19.0",
     "chalk": "^4.1.0",
     "chokidar": "^3.5.1",
-    "eslint": "^7.22.0",
+    "eslint": "^7.23.0",
     "eslint-plugin-prettier": "^3.3.1",
     "eslint-plugin-vue": "^7.8.0",
     "filemanager-webpack-plugin": "^4.0.0",

+ 2 - 2
src/styles/variables.scss

@@ -5,7 +5,7 @@
 /* stylelint-disable */
 @charset "utf-8";
 //框架默认主题色
-$base-color-default: #1890ff;
+$base-color-default: #41b584;
 //默认层级
 $base-z-index: 999;
 //横向布局纵向布局时菜单背景色
@@ -31,7 +31,7 @@ $base-color-white: #fff;
 $base-color-black: #000;
 $base-color-yellow: #fac858;
 $base-color-orange: #ff6700;
-$base-color-red: #e72100;
+$base-color-red: #f34d37;
 $base-color-gray: rgba(0, 0, 0, 0.65);
 $base-main-width: 1279px;
 $base-border-radius: 2px;