update themes

This commit is contained in:
good luck 2021-03-30 00:09:37 +08:00
parent 1ad327a92b
commit 9867499b3b
3 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
const data = [
{
title:
'温馨提示:集成版虽功能丰富,但冗余依赖过多,建议开发时使用基础版进行开发 Vab Admin Plusvue3.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 Plusvue3.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',
},

View File

@ -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",

View File

@ -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;