张延森 il y a 3 ans
Parent
révision
6a3ab052ee
1 fichiers modifiés avec 6 ajouts et 0 suppressions
  1. 6
    0
      src/components/SlideView/style.less

+ 6
- 0
src/components/SlideView/style.less Voir le fichier

@@ -2,6 +2,12 @@
2 2
   box-sizing: border-box;
3 3
   white-space: nowrap;
4 4
 
5
+  &::-webkit-scrollbar{
6
+    width: 0;
7
+    height: 0;
8
+    color: transparent;
9
+  }
10
+
5 11
   .slideview-content {
6 12
     min-width: 100%;
7 13
     display: inline-block;