优化暂态事件列表

This commit is contained in:
guanj
2026-06-09 19:51:31 +08:00
parent 03d302ded8
commit bda7373133
48 changed files with 1834 additions and 1474 deletions

View File

@@ -6,6 +6,7 @@
default-expand-all
@changePointType="changePointType"
@changeTreeType="loadTree"
:height="height"
/>
</template>
@@ -25,10 +26,12 @@ import {
interface Props {
template?: boolean
height?: number
}
const props = withDefaults(defineProps<Props>(), {
template: false
template: false,
height: 0
})
defineOptions({