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>