Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
project_progress
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 117997e1
authored
Oct 25, 2024
by
liangzhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
暂存
1 parent
9fe9a7e7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
4 deletions
src/components/TagsView/index.vue
src/components/TagsView/index.vue
View file @
117997e
...
@@ -291,8 +291,19 @@ export default {
...
@@ -291,8 +291,19 @@ export default {
}
}
}
}
&
:hover
{
&
:hover
{
color
:
$
color-primary
;
//
color
:
$
color-primary
;
border
:
1px
solid
$
color-primary
;
/deep/
.
el-icon-close
:
before
{
color
:
red
!important
;
}
}
}
//
&
:hover
{
//
color
:
#218a83
;
//
border
:
1px
solid
#218a83
;
//
}
&
.active
{
&
.active
{
//
background-color
:
#409eff
;
//
background-color
:
#409eff
;
//
color
:
#fff
;
//
color
:
#fff
;
...
@@ -328,7 +339,7 @@ export default {
...
@@ -328,7 +339,7 @@ export default {
}
}
</
style
>
</
style
>
<
style
lang=
"scss"
>
<
style
lang=
"scss"
>
//
reset
element
css
of
el-icon-close
//
reset
element
css
of
el-icon-close
.tags-view-wrapper
{
.tags-view-wrapper
{
line-height
:
38px
;
line-height
:
38px
;
...
@@ -339,7 +350,7 @@ export default {
...
@@ -339,7 +350,7 @@ export default {
width
:
16px
;
width
:
16px
;
height
:
16px
;
height
:
16px
;
line-height
:
16px
;
line-height
:
16px
;
color
:
#495060
!important
;
color
:
#495060
;
//
vertical-align
:
2px
;
//
vertical-align
:
2px
;
border-radius
:
50%
;
border-radius
:
50%
;
text-align
:
center
;
text-align
:
center
;
...
@@ -349,7 +360,7 @@ export default {
...
@@ -349,7 +360,7 @@ export default {
transform
:
scale
(
0.6
);
transform
:
scale
(
0.6
);
display
:
inline-block
;
display
:
inline-block
;
vertical-align
:
-3px
;
vertical-align
:
-3px
;
color
:
#495060
!important
;
color
:
#495060
;
font-size
:
22px
;
font-size
:
22px
;
}
}
//
&
:hover
{
//
&
:hover
{
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment