|
@@ -261,25 +261,25 @@ aside {
|
|
|
|
|
|
|
|
|
|
|
|
-// ::-webkit-scrollbar {
|
|
|
-// /* 垂直滚动条宽度 */
|
|
|
-// width: 8px !important;
|
|
|
-// /* 水平滚动条高度 */
|
|
|
-// height: 8px !important;
|
|
|
-// }
|
|
|
-
|
|
|
::-webkit-scrollbar {
|
|
|
- width: 0px !important;
|
|
|
- height: 0px !important;
|
|
|
-
|
|
|
+ /* 垂直滚动条宽度 */
|
|
|
+ width: 8px !important;
|
|
|
+ /* 水平滚动条高度 */
|
|
|
+ height: 8px !important;
|
|
|
}
|
|
|
|
|
|
-:hover {
|
|
|
- &::-webkit-scrollbar {
|
|
|
- width: 7px !important;
|
|
|
- height: 7px !important;
|
|
|
- }
|
|
|
-}
|
|
|
+// ::-webkit-scrollbar {
|
|
|
+// width: 0px !important;
|
|
|
+// height: 0px !important;
|
|
|
+
|
|
|
+// }
|
|
|
+
|
|
|
+// :hover {
|
|
|
+// &::-webkit-scrollbar {
|
|
|
+// width: 7px !important;
|
|
|
+// height: 7px !important;
|
|
|
+// }
|
|
|
+// }
|
|
|
|
|
|
/* 轨道 */
|
|
|
::-webkit-scrollbar-track {
|