Commit 19408671 authored by zhengke's avatar zhengke

2

parent 3ce36fec
...@@ -719,15 +719,6 @@ ...@@ -719,15 +719,6 @@
overflow-x: auto; overflow-x: auto;
white-space: nowrap; 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{ .ckedClass{
color:#3470ff; color:#3470ff;
font-weight: 700; font-weight: 700;
...@@ -741,5 +732,4 @@ ...@@ -741,5 +732,4 @@
overflow: auto; overflow: auto;
height:620px; height:620px;
} }
// .TimeLineDiv
</style> </style>
...@@ -16,15 +16,6 @@ ...@@ -16,15 +16,6 @@
color: #3c66ee; color: #3c66ee;
background-color: #edf2fd; 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> </style>
<template> <template>
<div class="labelgroup"> <div class="labelgroup">
......
...@@ -21,3 +21,12 @@ ...@@ -21,3 +21,12 @@
justify-content: space-between; justify-content: space-between;
align-items: center; 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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment