| 文件名从 src/components/v-gantt-chart/lib/components/blocks/index.vue 修改 |
| | |
| | | <template> |
| | | <div class="gantt-blocks" |
| | | :style="{height:blockHeight+'px'}"> |
| | | :style="blocksStyle"> |
| | | <!-- {{blocksStyle}}--> |
| | | <!-- :style="{height:blockHeight+'px'}">--> |
| | | <div class="gantt-block gantt-block-top-space" |
| | | :style="{height:calTopSpace()+'px'}"> |
| | | </div> |
| | |
| | | return arrayKeys; |
| | | } |
| | | return ["gtArray"]; |
| | | }, |
| | | blocksStyle() { |
| | | return { |
| | | backgroundSize: `${this.cellWidth}px ${this.cellHeight}px`, |
| | | height: `${this.blockHeight}px` |
| | | }; |
| | | }, |
| | | blockStyle() { |
| | | return { |
| | |
| | | } |
| | | } |
| | | }; |
| | | </script> |
| | | </script> |