소스 검색

修改滚动条

mxx 3 년 전
부모
커밋
d84bd3d782
1개의 변경된 파일13개의 추가작업 그리고 0개의 파일을 삭제
  1. 13 0
      src/App.vue

+ 13 - 0
src/App.vue

@@ -76,4 +76,17 @@ overflow: scroll!important;
 {
 overflow: scroll!important;
 }
+::-webkit-scrollbar {
+    width: 0!important;
+    height: 10px!important;
+}
+::-webkit-scrollbar-thumb {
+    background:#424B71!important;
+    border-radius: 0!important;
+    width: 0!important;
+    height: 10px!important;
+}
+::-webkit-scrollbar-track-piece {
+    background: #d3dce6;
+}
 </style>