优化进度对话框

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>
<template>
<!-- Progress Dialog -->
<VDialog :opacity="0" width="25rem">
<VCard color="primary">
<VDialog :scrim="false" width="25rem">
<VCard elevation="3" color="primary">
<VCardText class="text-center">
{{ props.text || t('dialog.progress.processing') }}
<VProgressLinear color="white" class="mb-0 mt-1" :model-value="props.value" indeterminate />