@wufengteam/wform
Version:
@wufengteam/wform
15 lines (14 loc) • 408 B
CSS
.wufeng-wform-dataQueryEDPC .pcfactory-table-content::-webkit-scrollbar {
width: 6px;
height: 6px;
}
.wufeng-wform-dataQueryEDPC .pcfactory-table-content ::-webkit-scrollbar-track {
height: 3px;
background: #fff ;
border-radius: 3px;
}
.wufeng-wform-dataQueryEDPC .pcfactory-table-content::-webkit-scrollbar-thumb {
width: 4px;
background: #d9d9d9 ;
border-radius: 3px;
}