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