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
4 years ago
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 @@
...
@@ -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
()
{
...
...
This diff is collapsed.
Click to expand it.
src/styles/variables.scss
View file @
14c6a7fb
...
@@ -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
:
#f
fba00
;
$base-color-yellow
:
#f
ac858
;
$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
;
...
...
This diff is collapsed.
Click to expand it.
src/views/index/index.vue
View file @
14c6a7fb
...
@@ -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
:
'#5
cdbd3
'
,
color
:
'#5
470c6
'
,
},
},
{
{
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'
,
...
...
This diff is collapsed.
Click to expand it.
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