|
@@ -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>
|