mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-14 08:37:35 +08:00
优化进度对话框
This commit is contained in:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user