Browse Source

提交调整

wenmenghao 10 months ago
parent
commit
a42a838465
1 changed files with 5 additions and 9 deletions
  1. 5 9
      jydocs-pc/src/views/Home.vue

+ 5 - 9
jydocs-pc/src/views/Home.vue

@@ -372,13 +372,10 @@ export default {
     background-size: 100% 310px;
   }
 }
-.in-iframe{
-  .page--docs--index.view_index {
-  .page-container {
-     background:rgb(242, 242, 244) !important;
-  }
-}
-
+.page--docs--index.view_index.iframe {
+    .page-container {
+       background:rgb(242, 242, 244) !important;
+    }
 }
 </style>
 <style scoped lang="scss">
@@ -615,7 +612,6 @@ export default {
 
 .top-search-group {
   width: 100%;
-  max-width: 1200px;
   height: 246px;
   background-color: transparent;
   margin: 0 auto;
@@ -627,7 +623,7 @@ export default {
     font-size: 40px;
     line-height: normal;
     letter-spacing: 0px;
-    text-align: left;
+    text-align: center;
     margin: 42px 0 24px;
   }
 }