Browse Source

隐藏scrollbar

skyblued 2 years ago
parent
commit
aecbe9446b
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/subpages/colexiu/index.module.less

+ 3 - 0
src/subpages/colexiu/index.module.less

@@ -41,6 +41,9 @@
     background: #E2F6F1;
   }
   box-sizing: border-box;
+  &::-webkit-scrollbar{
+    width: 0;
+  }
 }
 .skeleton {
   padding-top: 20px;