Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vipSupplier
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王淑敏
vipSupplier
Commits
14c6a7fb
Commit
14c6a7fb
authored
Jan 18, 2021
by
chuzhixin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update theme
parent
ec5b50d0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
25 additions
and
14 deletions
+25
-14
src/layouts/components/VabAvatar/index.vue
+11
-0
src/styles/variables.scss
+3
-3
src/views/index/index.vue
+11
-11
No files found.
src/layouts/components/VabAvatar/index.vue
View file @
14c6a7fb
...
...
@@ -12,6 +12,8 @@
<el-dropdown-menu
slot=
"dropdown"
>
<el-dropdown-item
command=
"github"
>
github地址
</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-menu>
</el-dropdown>
...
...
@@ -44,6 +46,15 @@
case
'gitee'
:
window
.
open
(
'https://gitee.com/chu1204505056/vue-admin-beautiful'
)
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
()
{
...
...
src/styles/variables.scss
View file @
14c6a7fb
...
...
@@ -26,12 +26,12 @@ $base-font-size-bigger: 18px;
$base-font-size-max
:
22px
;
$base-font-color
:
#606266
;
$base-color-blue
:
$base-color-default
;
$base-color-green
:
#
13ce66
;
$base-color-green
:
#
91cc75
;
$base-color-white
:
#fff
;
$base-color-black
:
#000
;
$base-color-yellow
:
#f
fba00
;
$base-color-yellow
:
#f
ac858
;
$base-color-orange
:
#ff6700
;
$base-color-red
:
#
ff4d4f
;
$base-color-red
:
#
ee6666
;
$base-color-gray
:
rgba
(
0
,
0
,
0
,
0
.65
);
$base-main-width
:
1279px
;
$base-border-radius
:
2px
;
...
...
src/views/index/index.vue
View file @
14c6a7fb
...
...
@@ -350,11 +350,11 @@
normal
:
{
color
()
{
const
arr
=
[
'#
1890FF
'
,
'#
36CBCB
'
,
'#
4ECB73
'
,
'#
FBD437
'
,
'#
F2637B
'
,
'#
5470c6
'
,
'#
91cc75
'
,
'#
fac858
'
,
'#
ee6666
'
,
'#
73c0de
'
,
'#975FE5'
,
]
let
index
=
Math
.
floor
(
Math
.
random
()
*
arr
.
length
)
...
...
@@ -552,25 +552,25 @@
icon
:
'video'
,
title
:
'视频播放器'
,
link
:
'/vab/player'
,
color
:
'
#ffc069
'
,
color
:
'
91cc75
'
,
},
{
icon
:
'table'
,
title
:
'表格'
,
link
:
'/vab/table/comprehensiveTable'
,
color
:
'#5
cdbd3
'
,
color
:
'#5
470c6
'
,
},
{
icon
:
'laptop-code'
,
title
:
'源码'
,
link
:
'https://github.com/chuzhixin/vue-admin-beautiful'
,
color
:
'#
b37feb
'
,
color
:
'#
fac858
'
,
},
{
icon
:
'book'
,
title
:
'书籍'
,
link
:
''
,
color
:
'#
69c0ff
'
,
color
:
'#
ee6666
'
,
},
{
icon
:
'bullhorn'
,
...
...
@@ -582,14 +582,14 @@
icon
:
'gift'
,
title
:
'礼物'
,
link
:
''
,
color
:
'#
ffd666
'
,
color
:
'#
73c0de
'
,
},
{
icon
:
'balance-scale-left'
,
title
:
'公平的世界'
,
link
:
''
,
color
:
'
#ff9c6e
'
,
color
:
'
ee6666
'
,
},
{
icon
:
'coffee'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment