Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
horse
Project
Project
Details
Activity
Releases
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
向伟
horse
Commits
19408671
Commit
19408671
authored
Nov 18, 2021
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2
parent
3ce36fec
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
19 deletions
+9
-19
customRight.vue
src/components/common/customRight.vue
+0
-10
label-group.vue
src/components/customer/label-group.vue
+0
-9
app.scss
src/css/app.scss
+9
-0
No files found.
src/components/common/customRight.vue
View file @
19408671
...
...
@@ -719,15 +719,6 @@
overflow-x
:
auto
;
white-space
:
nowrap
;
}
.
tripTypeContent
:
:-
webkit-scrollbar
{
/*滚动条整体样式*/
width
:
8px
;
/*高宽分别对应横竖滚动条的尺寸*/
height
:
5px
;
}
.
tripTypeContent
:
:-
webkit-scrollbar-thumb
{
/*滚动条里面小方块*/
border-radius
:
8px
;
-webkit-box-shadow
:
inset
0
0
5px
rgba
(
0
,
0
,
0
,
0
.2
);
background
:
#dddddd
;
}
.ckedClass
{
color
:
#3470ff
;
font-weight
:
700
;
...
...
@@ -741,5 +732,4 @@
overflow
:
auto
;
height
:
620px
;
}
// .TimeLineDiv
</
style
>
src/components/customer/label-group.vue
View file @
19408671
...
...
@@ -16,15 +16,6 @@
color
:
#3c66ee
;
background-color
:
#edf2fd
;
}
.main_LabelContent
::-webkit-scrollbar
{
/*滚动条整体样式*/
width
:
8px
;
/*高宽分别对应横竖滚动条的尺寸*/
height
:
1px
;
}
.main_LabelContent
::-webkit-scrollbar-thumb
{
/*滚动条里面小方块*/
border-radius
:
8px
;
-webkit-box-shadow
:
inset
0
0
5px
rgba
(
0
,
0
,
0
,
0.2
);
background
:
#dddddd
;
}
</
style
>
<
template
>
<div
class=
"labelgroup"
>
...
...
src/css/app.scss
View file @
19408671
...
...
@@ -20,4 +20,13 @@
display
:
flex
;
justify-content
:
space-between
;
align-items
:
center
;
}
::-webkit-scrollbar
{
/*滚动条整体样式*/
width
:
8px
;
/*高宽分别对应横竖滚动条的尺寸*/
height
:
5px
;
}
::-webkit-scrollbar-thumb
{
/*滚动条里面小方块*/
border-radius
:
8px
;
-webkit-box-shadow
:
inset
0
0
5px
rgba
(
0
,
0
,
0
,
0
.2
);
background
:
#dddddd
;
}
\ No newline at end of file
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