Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fukai
vue-gjjs
Commits
08c1d73e
Commit
08c1d73e
authored
Dec 23, 2021
by
liushikai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
主题色更改
parent
4b7c0fc7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
7 deletions
+4
-7
common.css
src/assets/css/common.css
+2
-3
index.vue
src/views/Layout/components/TagsView/index.vue
+2
-4
No files found.
src/assets/css/common.css
View file @
08c1d73e
...
...
@@ -33,7 +33,7 @@
--lineheight
:
24px
;
--normalfont
:
12px
;
/* --themecolor: #1561E0; */
--themecolor
:
#
409EFF
;
--themecolor
:
#
1561E0
;
}
#app
{
font-family
:
Helvetica
,
sans-serif
;
...
...
@@ -70,8 +70,7 @@
}
.el-menu-item.is-active
{
color
:
#fff
;
/* background-color: var(--themecolor); */
background-color
:
#1561E0
;
background-color
:
var
(
--themecolor
);
}
.eContainer-menu-search
{
background
:
var
(
--sidecolor
);
...
...
src/views/Layout/components/TagsView/index.vue
View file @
08c1d73e
...
...
@@ -263,11 +263,9 @@ export default {
margin-right
:
15px
;
}
.tags-view-container
.tags-view-wrapper
.tags-view-item.active
{
/* background-color: var(--themecolor); */
background-color
:
#1561E0
;
background-color
:
var
(
--themecolor
);
color
:
#fff
;
/* border-color: var(--themecolor); */
border-color
:
#1561E0
;
border-color
:
var
(
--themecolor
);
}
.tags-view-container
.tags-view-wrapper
...
...
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