hyingbo
2 天以前 5575dcb361ae7aff8095223db61ba40d6b64616a
src/components/page/GlobalLayout.vue
@@ -69,7 +69,8 @@
      />
      <!-- layout content -->
      <a-layout-content :style="{ height: '100%', paddingTop: fixedHeader ? '59px' : '0' }">
      <a-layout-content
        :style="{ height: '100%', paddingTop: fixedHeader ? '59px' : '0' ,background: $route.meta.title=='首页'?'#151548':''}">
        <slot></slot>
      </a-layout-content>