v1.4.2 - enhancements

This commit is contained in:
LINING-PC\lining
2025-11-01 15:46:12 +08:00
parent 65059e1978
commit 4fff9d20f4
37 changed files with 10325 additions and 2635 deletions
+15
View File
@@ -0,0 +1,15 @@
<script setup>
import GanttTest from './components/GanttTest.vue'
</script>
<template>
<div class="app-wrapper">
<h1>Gantt 组件演示</h1>
<GanttTest />
</div>
</template>
<style scoped>
.app-wrapper { padding: 16px; font-family: system-ui, sans-serif; }
h1 { font-size: 20px; margin-bottom: 12px; }
</style>