zhaowei
2024-11-11 8f38a93c9c9ddaf547200a542aecced93f8857a3
src/components/page/GlobalLayout.vue
@@ -69,7 +69,7 @@
      />
      <!-- layout content -->
      <a-layout-content :style="{ height: '100%', paddingTop: fixedHeader ? '59px' : '0' }">
      <a-layout-content :style="{ height: '100%', paddingTop: fixedHeader ? '59px' : '0' ,display:'flex',flexDirection:'column'}">
        <slot></slot>
      </a-layout-content>