湖里大屏(进度计划):更改甘特图滚动条样式

This commit is contained in:
Jack 2022-08-10 15:18:10 +08:00
parent 1c1a01bbd8
commit 7905c4463e

View File

@ -190,6 +190,16 @@ export default {
.table {
height: 100%;
overflow-x: auto;
&::-webkit-scrollbar {
width: 10px;
height: 8px;
cursor: pointer;
}
&::-webkit-scrollbar-thumb {
border-radius: 10px;
background-color: skyblue;
}
.thead {
border-bottom: 1px solid #234d5f;
.row {