Gary Gu
3 days ago b8fbf5280762e4a81cf5b92f3c59a66afc918777
feat: 甘特图嵌入开发
1 files modified
3 ■■■■ changed files
src/components/Gantt.vue 3 ●●●● patch | view | raw | blame | history
src/components/Gantt.vue
@@ -18,7 +18,7 @@
        ><span class="color" style="background-color: rgb(14, 172, 81)"></span>
      </div>
    </div>
    <div ref="gantt" style="height: 400px; font-size: 12px"></div>
    <div ref="gantt" style="height: 100%; font-size: 12px"></div>
  </div>
</template>
@@ -510,6 +510,7 @@
</script>
<style lang="scss" scoped>
  .gantt-box {
    height: calc(100% - 52px);
    background-color: rgba(0, 0, 0, 0.2);
    margin: 10px;
    color: #fff;