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