mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 07:28:37 +08:00
fix text
This commit is contained in:
@@ -11,10 +11,7 @@ interface Props {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<VEmptyState
|
<VEmptyState :image="image" size="250">
|
||||||
:image="image"
|
|
||||||
size="250"
|
|
||||||
>
|
|
||||||
<template #title>
|
<template #title>
|
||||||
<div class="mt-8 text-2xl">
|
<div class="mt-8 text-2xl">
|
||||||
{{ props.errorTitle }}
|
{{ props.errorTitle }}
|
||||||
@@ -22,7 +19,7 @@ interface Props {
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<template #text>
|
<template #text>
|
||||||
<div class="text-subtitle">
|
<div class="text-subtitle mt-3">
|
||||||
{{ props.errorDescription }}
|
{{ props.errorDescription }}
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -119,7 +119,7 @@ async function fetchData({ done }: { done: any }) {
|
|||||||
v-if="dataList.length === 0 && isRefreshed"
|
v-if="dataList.length === 0 && isRefreshed"
|
||||||
error-code="404"
|
error-code="404"
|
||||||
error-title="没有数据"
|
error-title="没有数据"
|
||||||
error-description="未获取到热门订阅数据,服务器无法连接。"
|
error-description="未获取到热门订阅数据,未开启数据分享或服务器无法连接。"
|
||||||
/>
|
/>
|
||||||
</VInfiniteScroll>
|
</VInfiniteScroll>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user