mirror of
https://gitee.com/chu1204505056/vue-admin-beautiful.git
synced 2025-04-05 19:41:43 +08:00
update themes
This commit is contained in:
parent
1ad327a92b
commit
9867499b3b
@ -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',
|
||||
},
|
||||
|
@ -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",
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user