Commit 19408671 authored by zhengke's avatar zhengke

2

parent 3ce36fec
......@@ -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>
......@@ -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">
......
......@@ -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
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