zhaowei
2024-10-28 b8ba5ab9938b79fa0ec2ee7b6df2f47490536389
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>