Revert "v1.4.2-patch.2 - update"

This reverts commit 25c54a1982.
This commit is contained in:
LINING-PC\lining
2025-11-20 11:19:34 +08:00
parent 1278c41e2b
commit 80a477f1d2
+1 -2
View File
@@ -1,6 +1,5 @@
<script setup lang="ts">
import { ref, onMounted, onUnmounted, computed, watch, useSlots } from 'vue'
import type { CSSProperties } from 'vue'
import { useI18n } from '../composables/useI18n'
import { formatPredecessorDisplay } from '../utils/predecessorUtils'
import type { Task } from '../models/classes/Task'
@@ -36,7 +35,7 @@ interface Props {
hoveredTaskId?: number | null
onHover?: (taskId: number | null) => void
columns: TaskListColumnConfig[]
getColumnWidthStyle?: (column: { width?: number | string }) => CSSProperties
getColumnWidthStyle?: (column: { width?: number | string }) => object
}
const props = defineProps<Props>()
const emit = defineEmits([