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