wenmenghao 9 月之前
父節點
當前提交
35df78678c
共有 1 個文件被更改,包括 6 次插入21 次删除
  1. 6 21
      jydocs-pc/src/App.vue

+ 6 - 21
jydocs-pc/src/App.vue

@@ -63,40 +63,25 @@ export default {
     background-color: #fff;
     background-color: #fff;
   }
   }
 }
 }
-<<<<<<< HEAD
-<<<<<<< HEAD
-.in-app{
-=======
+
 .in-app.docs-app{
 .in-app.docs-app{
->>>>>>> 498fd4dc36d751d688e55949cbaa31de6285dc99
   width: 100%;
   width: 100%;
   min-width: 1012px !important;
   min-width: 1012px !important;
   background-color: rgb(242, 242, 244) ;
   background-color: rgb(242, 242, 244) ;
   .docs-app-main{
   .docs-app-main{
-<<<<<<< HEAD
-        width: auto!important;
-        min-width: auto!important;
-      }
-
-=======
-=======
-    width: auto !important;
-    min-width: auto !important;
+      width: auto!important;
+      min-width: auto!important;
+   }
   }
   }
-}
->>>>>>> 498fd4dc36d751d688e55949cbaa31de6285dc99
+
 ::-webkit-scrollbar {
 ::-webkit-scrollbar {
   /*滚动条整体样式*/
   /*滚动条整体样式*/
   width: 8px;
   width: 8px;
 }
 }
-
 ::-webkit-scrollbar-thumb {
 ::-webkit-scrollbar-thumb {
   /*滚动条里面小方块*/
   /*滚动条里面小方块*/
   border-radius: 3px;
   border-radius: 3px;
   background-color: #e0e0e0;
   background-color: #e0e0e0;
-<<<<<<< HEAD
->>>>>>> master
-=======
->>>>>>> 498fd4dc36d751d688e55949cbaa31de6285dc99
+
 }
 }
 </style>
 </style>