#ICZHXX 左侧的table表头和列内容没有对齐
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user