#ICZHXX 左侧的table表头和列内容没有对齐

This commit is contained in:
qiuchengw
2025-09-24 17:29:38 +08:00
parent 86aab1be0f
commit 49e4a08f10
4 changed files with 59 additions and 97 deletions
+1 -6
View File
@@ -1,20 +1,15 @@
<script setup lang="ts">
import { computed } from 'vue'
import type { Task } from '../src/models/Task'
interface Props {
task: Task,
type: 'task-row' | 'task-bar'
}
const props = withDefaults(defineProps<Props>(), {
color: '#409eff',
progress: 0,
})
console.error("props", props)
function handleButtonClick() {
alert('hello')
}
// console.error('props', props)
</script>
<template>