Gary Gu
2025-06-30 84201c1e88b65f16b6da2c85ab8eee23f37a3da1
src/views/Home.vue
@@ -94,11 +94,16 @@
          backgroundRepeat: 'no-repeat',
          backgroundPosition: 'center center',
          backgroundSize: '100% 100%',
          display: 'flex',
          alignItems: 'center',
        }"
      >
        <span style="font-family: PangMenZhengDaoBiaoTiTi !important; font-size: 24px; letter-spacing: 2px; white-space: nowrap; margin-left: 30px"
          >施工进度</span
        >
      </div>
      <div class="chart-container" :style="sectionStyle">
        <Gantt />
        <Gantt :selected-id="selectedId" />
      </div>
    </div>
  </div>