Commit 14c6a7fb by chuzhixin

update theme

parent ec5b50d0
...@@ -12,6 +12,8 @@ ...@@ -12,6 +12,8 @@
<el-dropdown-menu slot="dropdown"> <el-dropdown-menu slot="dropdown">
<el-dropdown-item command="github">github地址</el-dropdown-item> <el-dropdown-item command="github">github地址</el-dropdown-item>
<el-dropdown-item command="gitee" divided>码云地址</el-dropdown-item> <el-dropdown-item command="gitee" divided>码云地址</el-dropdown-item>
<el-dropdown-item command="pro" divided>pro付费版地址</el-dropdown-item>
<el-dropdown-item command="plus" divided>plus付费版地址</el-dropdown-item>
<el-dropdown-item command="logout" divided>退出登录</el-dropdown-item> <el-dropdown-item command="logout" divided>退出登录</el-dropdown-item>
</el-dropdown-menu> </el-dropdown-menu>
</el-dropdown> </el-dropdown>
...@@ -44,6 +46,15 @@ ...@@ -44,6 +46,15 @@
case 'gitee': case 'gitee':
window.open('https://gitee.com/chu1204505056/vue-admin-beautiful') window.open('https://gitee.com/chu1204505056/vue-admin-beautiful')
break break
case 'pro':
window.open(
'https://chu1204505056.gitee.io/admin-pro/?hmsr=homeAd&hmpl=&hmcu=&hmkw=&hmci='
)
break
case 'plus':
window.open(
'https://chu1204505056.gitee.io/admin-plus/?hmsr=homeAd&hmpl=&hmcu=&hmkw=&hmci='
)
} }
}, },
personalCenter() { personalCenter() {
......
...@@ -26,12 +26,12 @@ $base-font-size-bigger: 18px; ...@@ -26,12 +26,12 @@ $base-font-size-bigger: 18px;
$base-font-size-max: 22px; $base-font-size-max: 22px;
$base-font-color: #606266; $base-font-color: #606266;
$base-color-blue: $base-color-default; $base-color-blue: $base-color-default;
$base-color-green: #13ce66; $base-color-green: #91cc75;
$base-color-white: #fff; $base-color-white: #fff;
$base-color-black: #000; $base-color-black: #000;
$base-color-yellow: #ffba00; $base-color-yellow: #fac858;
$base-color-orange: #ff6700; $base-color-orange: #ff6700;
$base-color-red: #ff4d4f; $base-color-red: #ee6666;
$base-color-gray: rgba(0, 0, 0, 0.65); $base-color-gray: rgba(0, 0, 0, 0.65);
$base-main-width: 1279px; $base-main-width: 1279px;
$base-border-radius: 2px; $base-border-radius: 2px;
......
...@@ -350,11 +350,11 @@ ...@@ -350,11 +350,11 @@
normal: { normal: {
color() { color() {
const arr = [ const arr = [
'#1890FF', '#5470c6',
'#36CBCB', '#91cc75',
'#4ECB73', '#fac858',
'#FBD437', '#ee6666',
'#F2637B', '#73c0de',
'#975FE5', '#975FE5',
] ]
let index = Math.floor(Math.random() * arr.length) let index = Math.floor(Math.random() * arr.length)
...@@ -552,25 +552,25 @@ ...@@ -552,25 +552,25 @@
icon: 'video', icon: 'video',
title: '视频播放器', title: '视频播放器',
link: '/vab/player', link: '/vab/player',
color: '#ffc069', color: '91cc75',
}, },
{ {
icon: 'table', icon: 'table',
title: '表格', title: '表格',
link: '/vab/table/comprehensiveTable', link: '/vab/table/comprehensiveTable',
color: '#5cdbd3', color: '#5470c6',
}, },
{ {
icon: 'laptop-code', icon: 'laptop-code',
title: '源码', title: '源码',
link: 'https://github.com/chuzhixin/vue-admin-beautiful', link: 'https://github.com/chuzhixin/vue-admin-beautiful',
color: '#b37feb', color: '#fac858',
}, },
{ {
icon: 'book', icon: 'book',
title: '书籍', title: '书籍',
link: '', link: '',
color: '#69c0ff', color: '#ee6666',
}, },
{ {
icon: 'bullhorn', icon: 'bullhorn',
...@@ -582,14 +582,14 @@ ...@@ -582,14 +582,14 @@
icon: 'gift', icon: 'gift',
title: '礼物', title: '礼物',
link: '', link: '',
color: '#ffd666', color: '#73c0de',
}, },
{ {
icon: 'balance-scale-left', icon: 'balance-scale-left',
title: '公平的世界', title: '公平的世界',
link: '', link: '',
color: '#ff9c6e', color: 'ee6666',
}, },
{ {
icon: 'coffee', icon: 'coffee',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment