proComponents ^2.7.1
調整proTable捲軸樣式
.ant-pro-table {
.ant-table-content {
scrollbar-width: auto;
scrollbar-color: auto;
}
::-webkit-scrollbar {
height: 6px;
}
::-webkit-scrollbar-track {
display: none;
}
::-webkit-scrollbar-thumb {
margin-top: 5px;
border-radius: 10px;
background: rgba(0, 0, 0, 10%);
}
}