&::-webkit-scrollbar-track {
background-color: #7e7e7e;
}
&::-webkit-scrollbar {
width: 14px;
}
&::-webkit-scrollbar-thumb {
background-color: #a4a4a4;
border: 1px solid #7e7e7e;
border-radius: 12px;
min-height: 25px;
}
时间: 2024-10-29 19:07:37