liyg 2 years ago
parent
commit
fe7f6a2c4e
1 changed files with 1 additions and 5 deletions
  1. 1 5
      src/components/main.vue

+ 1 - 5
src/components/main.vue

@@ -2821,13 +2821,9 @@ export default {
   overflow: auto;
   overflow: auto;
   ::-webkit-scrollbar {
   ::-webkit-scrollbar {
     //滚动条宽高,如果不需要显示滚动条可设置宽高为0
     //滚动条宽高,如果不需要显示滚动条可设置宽高为0
-<<<<<<< HEAD
+
     width: 10px;
     width: 10px;
     height: 10px;
     height: 10px;
-=======
-    width: 0px;
-    height: 0px;
->>>>>>> 16dbb83266ff5e2f5ad602b72dabcb14bc251ad3
   }
   }
   ::-webkit-scrollbar-thumb {
   ::-webkit-scrollbar-thumb {
     //滚动条颜色和圆角
     //滚动条颜色和圆角