湖里大屏(进度计划):更改甘特图滚动条样式
This commit is contained in:
parent
1c1a01bbd8
commit
7905c4463e
@ -190,6 +190,16 @@ export default {
|
|||||||
.table {
|
.table {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
|
&::-webkit-scrollbar {
|
||||||
|
width: 10px;
|
||||||
|
height: 8px;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
&::-webkit-scrollbar-thumb {
|
||||||
|
border-radius: 10px;
|
||||||
|
background-color: skyblue;
|
||||||
|
}
|
||||||
|
|
||||||
.thead {
|
.thead {
|
||||||
border-bottom: 1px solid #234d5f;
|
border-bottom: 1px solid #234d5f;
|
||||||
.row {
|
.row {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user