更新 ProgressDialog.vue

This commit is contained in:
jxxghp
2025-04-05 08:26:28 +08:00
committed by GitHub
parent bde70a2e26
commit 97075fc167

View File

@@ -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 />