mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-19 09:59:29 +08:00
fix text
This commit is contained in:
@@ -11,10 +11,7 @@ interface Props {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<VEmptyState
|
||||
:image="image"
|
||||
size="250"
|
||||
>
|
||||
<VEmptyState :image="image" size="250">
|
||||
<template #title>
|
||||
<div class="mt-8 text-2xl">
|
||||
{{ props.errorTitle }}
|
||||
@@ -22,7 +19,7 @@ interface Props {
|
||||
</template>
|
||||
|
||||
<template #text>
|
||||
<div class="text-subtitle">
|
||||
<div class="text-subtitle mt-3">
|
||||
{{ props.errorDescription }}
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user