mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-14 18:27:35 +08:00
更新 ProgressDialog.vue
This commit is contained in:
@@ -7,7 +7,7 @@ const props = defineProps({
|
||||
<template>
|
||||
<!-- 手动整理进度框 -->
|
||||
<VDialog :scrim="false" width="25rem">
|
||||
<VCard color="primary">
|
||||
<VCard color="primary" rounded="md">
|
||||
<VCardText class="text-center">
|
||||
{{ props.text }}
|
||||
<VProgressLinear color="white" class="mb-0 mt-1" :model-value="props.value" indeterminate />
|
||||
|
||||
Reference in New Issue
Block a user