Skip to content

Commit 7a0e20b

Browse files
committed
fix(style): alert dialog progress
1 parent 1a69c84 commit 7a0e20b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/olive-horses-suffer.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"enspire": patch
3+
---
4+
5+
Fixed the style of Alert Dialog Progess

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="h-1 w-full" />
205+
<Progress v-model="progress" class="mb-5 h-1 w-full" />
206206
</AlertDialogDescription>
207207
</AlertDialogHeader>
208208
<AlertDialogFooter>

0 commit comments

Comments
 (0)