优化进度对话框

This commit is contained in:
jxxghp
2025-09-11 20:33:14 +08:00
parent 97c0ec184d
commit 7b08cbb2f7

View File

@@ -10,8 +10,8 @@ const props = defineProps({
</script> </script>
<template> <template>
<!-- Progress Dialog --> <!-- Progress Dialog -->
<VDialog :opacity="0" width="25rem"> <VDialog :scrim="false" width="25rem">
<VCard color="primary"> <VCard elevation="3" color="primary">
<VCardText class="text-center"> <VCardText class="text-center">
{{ props.text || t('dialog.progress.processing') }} {{ props.text || t('dialog.progress.processing') }}
<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 />