Skip to content

Commit 2bd4e7e

Browse files
committed
fix: style typo
1 parent 7a0e20b commit 2bd4e7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/pages/admin/manage-files.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ watch(
202202
<AlertDialogTitle>下载中...</AlertDialogTitle>
203203
<AlertDialogDescription>
204204
<div>{{ dlAllMsg }}</div>
205-
<Progress v-model="progress" class="mb-5 h-1 w-full" />
205+
<Progress v-model="progress" class="mt-5 h-1 w-full" />
206206
</AlertDialogDescription>
207207
</AlertDialogHeader>
208208
<AlertDialogFooter>

0 commit comments

Comments
 (0)