mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-06-27 18:41:58 +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>
|
||||
|
||||
@@ -119,7 +119,7 @@ async function fetchData({ done }: { done: any }) {
|
||||
v-if="dataList.length === 0 && isRefreshed"
|
||||
error-code="404"
|
||||
error-title="没有数据"
|
||||
error-description="未获取到热门订阅数据,服务器无法连接。"
|
||||
error-description="未获取到热门订阅数据,未开启数据分享或服务器无法连接。"
|
||||
/>
|
||||
</VInfiniteScroll>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user