|
@@ -59,17 +59,11 @@ export default {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-::-webkit-scrollbar {
|
|
|
|
- width: 6px;
|
|
|
|
- height: 6px;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
::-webkit-scrollbar-track {
|
|
::-webkit-scrollbar-track {
|
|
background-color: #f1f1f1;
|
|
background-color: #f1f1f1;
|
|
}
|
|
}
|
|
|
|
|
|
::-webkit-scrollbar-thumb {
|
|
::-webkit-scrollbar-thumb {
|
|
background-color: #c0c0c0;
|
|
background-color: #c0c0c0;
|
|
- border-radius: 3px;
|
|
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|