Browse Source

隐藏scrollbar

skyblued 2 năm trước cách đây
mục cha
commit
aecbe9446b
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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;