Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-cr20g
Project
Project
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
Administrator
dsk-cr20g
Commits
632afa18
Commit
632afa18
authored
Jun 26, 2023
by
caixingbing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*
parent
655425ae
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
15 deletions
+7
-15
index.scss
dsk-operate-ui/src/assets/styles/index.scss
+5
-13
index.vue
dsk-operate-ui/src/layout/components/TagsView/index.vue
+2
-2
No files found.
dsk-operate-ui/src/assets/styles/index.scss
View file @
632afa18
...
...
@@ -387,21 +387,13 @@ ul, li {
}
.common-title
{
border-left
:
2px
solid
#445781
;
padding-left
:
8px
;
font-size
:
16px
;
color
:
#232323
;
height
:
16px
;
line-height
:
16px
;
font-weight
:
700
;
line-height
:
0
.9
;
position
:
relative
;
padding
:
0
0
0
8px
;
&
:before
{
position
:
absolute
;
left
:
0
;
top
:
0
;
width
:
2px
;
height
:
14px
;
background
:
#445781
;
content
:
""
;
}
color
:
#232323
;
}
.pagination-box
{
...
...
dsk-operate-ui/src/layout/components/TagsView/index.vue
View file @
632afa18
...
...
@@ -355,9 +355,9 @@ export default {
transition
:
all
.3s
cubic-bezier
(
.645
,
.045
,
.355
,
1
);
transform-origin
:
100%
50%
;
&
:before
{
transform
:
scale
(
.
6
);
transform
:
scale
(
.
95
);
display
:
inline-block
;
vertical-align
:
-
3
px
;
vertical-align
:
-
2
.5
px
;
}
}
}
...
...
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