This commit is contained in:
2024-07-10 15:48:08 +08:00
parent 86fc433430
commit bd0ab263e1

View File

@ -252,6 +252,19 @@ export default {
overflow: auto;
}
::-webkit-scrollbar {
width: 5px;
}
::-webkit-scrollbar-thumb {
border-radius: 5px;
background: #C0C0C0;
}
::-webkit-scrollbar-track {
width: 5px;
}
.left {
// height: calc(100vh - 119px);
height: 100%;