zhaowei
2024-10-21 480d5a32deed36113a27c5d5f4c990ecd55065c2
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>
@@ -451,6 +451,7 @@
        padding: 0 20px 0 0;
        display: flex;
        height: 59px;
        color: #fff;
        .ant-menu.ant-menu-horizontal {
          border: none;
@@ -498,7 +499,7 @@
      }
      &.light {
        background-color: #fff;
        background-color: #E74C3C;
        .header-index-wide {
          .header-index-left {