longyvfengyun
2023-11-17 3bb931d4eb57fec4a857c9dd0b11f9643c3506e5
src/views/mainLayout/index.vue
@@ -90,7 +90,7 @@
         </div>
      </div>
      <div class="main-layout-content">
         <div class="full-height">
         <div class="full-height" style="overflow-x: hidden">
            <div class="main-layout-content-wrapper">
               <div class="main-layout-content-header">
                  <page-header :is-collapse="isCollapse"></page-header>
@@ -146,6 +146,7 @@
   }
   .main-layout-content {
      flex: 1;
      overflow-y: auto;
   }
}
.main-layout-content-wrapper {
@@ -155,16 +156,13 @@
   .main-layout-content-body {
      position: relative;
      flex: 1;
      overflow-y: auto;
      background-color: #FFFFFF;
      box-shadow: 0 0 3px 0 rgba(0,0,0,.1);
      .body-absolute {
         position: absolute;
         top: 0;
         left: 0;
         right: 0;
         bottom: 0;
         overflow-x: hidden;
      }
   }
}