feat: remove gantt-chart wrapper
This commit is contained in:
parent
a70a2e3ba6
commit
aefda38bdd
@ -1,5 +1,4 @@
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
|
||||||
<Loading
|
<Loading
|
||||||
v-if="props.isLoading && tasks.size || dayjsLanguageLoading"
|
v-if="props.isLoading && tasks.size || dayjsLanguageLoading"
|
||||||
class="gantt-container"
|
class="gantt-container"
|
||||||
@ -36,7 +35,6 @@
|
|||||||
/>
|
/>
|
||||||
</GGanttChart>
|
</GGanttChart>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
@ -181,7 +179,7 @@ function dayIsToday(label: string): boolean {
|
|||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
// Not scoped because we need to style the elements inside the gantt chart component
|
// Not scoped because we need to style the elements inside the gantt chart component
|
||||||
.g-gantt-chart {
|
.g-gantt-chart {
|
||||||
width: 2000px;
|
width: max-content;
|
||||||
}
|
}
|
||||||
|
|
||||||
.g-gantt-row-label {
|
.g-gantt-row-label {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user