| | |
| | | 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> |
| | |
| | | } |
| | | |
| | | .el-scrollbar__wrap { |
| | | overflow: hidden; |
| | | margin-bottom: 0px !important; |
| | | margin-right: 0px !important; |
| | | overflow-x: hidden; |
| | | overflow-y: scroll; |
| | | } |
| | | } |
| | | </style> |