feat: format frontend codes

This commit is contained in:
2026-01-05 21:06:30 +08:00
parent a5de813c82
commit b32b53853a
3 changed files with 10 additions and 9 deletions
+1 -6
View File
@@ -9,12 +9,7 @@
<h1 class="text-4xl font-bold text-gradient mb-2">任务管理</h1>
<p class="text-on-surface-variant">管理您的自动打卡任务</p>
</div>
<a-button
type="primary"
size="large"
class="shadow-md3-3"
@click="openCreateDialog"
>
<a-button type="primary" size="large" class="shadow-md3-3" @click="openCreateDialog">
<template #icon>
<PlusOutlined />
</template>