Selaa lähdekoodia

整体布局调整

cxmo 1 vuosi sitten
vanhempi
commit
ce61d6fc61
3 muutettua tiedostoa jossa 13 lisäystä ja 12 poistoa
  1. 1 1
      src/styles/global.scss
  2. 10 9
      src/views/Home.vue
  3. 2 2
      src/views/system_manage/outlinkList.vue

+ 1 - 1
src/styles/global.scss

@@ -4,7 +4,7 @@ a[href="https://froala.com/wysiwyg-editor"], a[href="https://www.froala.com/wysi
 
 body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,button,input,textarea,th,td { margin:0; padding:0; }
 body{ font-size:12px; font-style:normal; font-family:"\5FAE\8F6F\96C5\9ED1", Helvetica, sans-serif,; }
-html{ overflow:auto; min-width:1000px; }
+html{ overflow:auto; /* min-width:1000px; */ }
 small{ font-size:12px; }
 h1{ font-size:18px; }
 h2{ font-size:16px; }

+ 10 - 9
src/views/Home.vue

@@ -274,16 +274,15 @@
           class="content-container"
           id="displayMain"
           ref="displayMain"
-          :style="dynamicContStyle"
         >
           <el-row
             class="grid-content bg-purple-light contentc"
-            style="min-width: 900px"
+            style="min-width: 1200px"
           >
             <el-col
               :span="24"
               class="content-wrapper"
-              :style="!isHaveAside ? 'padding: 0 30px 0 0;' : ''"
+              :style="!isHaveAside ? 'padding:30px;' : ''"
             >
               <transition name="fade" mode="out-in">
                 <router-view></router-view>
@@ -1029,6 +1028,7 @@ export default {
     width: 100%;
     overflow: hidden;
     background: #f5f7f9;
+    position: relative;
     .main_right_top {
       // width: 100%;
       background: #fff;
@@ -1171,15 +1171,16 @@ export default {
       margin-left: -1px;
     }
     .content-container {
-      height: calc(100vh - 90px);
+      //height: calc(100vh - 90px);
       background: #F2F6FA;
       // position: relative;
       overflow-y: auto;
       position: absolute;
-      padding-top: 22px;
-      left: 200px;
-      top: 68px;
-      right: 0;
+      //padding-top: 22px;
+      left: 0;
+      right:0;
+      top: 60px;
+      bottom: 0;
       z-index: 100;
       /*修改滚动条样式*/
       &::-webkit-scrollbar {
@@ -1206,7 +1207,7 @@ export default {
         overflow: auto;
         .content-wrapper {
           width: 100%;
-          padding: 0 30px 20px;
+          padding: 30px;
           box-sizing: border-box;
           overflow: auto;
         }

+ 2 - 2
src/views/system_manage/outlinkList.vue

@@ -59,8 +59,8 @@ import {outlinkConfigInterence} from "@/api/modules/etaBaseConfigApi.js"
 
 <style lang="scss" scoped>
   .out-link-list{
-    min-height: calc(100vh - 110px);
-    height:calc(100vh - 110px);
+    min-height: calc(100vh - 120px);
+    height:calc(100vh - 120px);
     background-color: white;
     border: solid 1px #DCDFE6;
     box-sizing: border-box;