Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
ac327273
authored
2023-08-25 09:33:35 +0800
by
xiaomiao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
--no commit message
1 parent
e47bf81e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/layout/components/TagsView/index.vue
src/layout/components/TagsView/index.vue
View file @
ac32727
...
...
@@ -340,7 +340,7 @@
.el-icon-close
{
width
:
16px
;
height
:
16px
;
vertical-align
:
2
px
;
vertical-align
:
1
px
;
border-radius
:
50%
;
text-align
:
center
;
transition
:
all
0.3s
cubic-bezier
(
0.645
,
0.045
,
0.355
,
1
);
...
...
@@ -349,7 +349,7 @@
&:before
{
transform
:
scale
(
0.6
);
display
:
inline-block
;
vertical-align
:
-3
px
;
vertical-align
:
0
px
;
}
&
:hover
{
...
...
Please
register
or
sign in
to post a comment