mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-08-25 10:09:40 +08:00
优化卡片组件样式
This commit is contained in:
@@ -49,7 +49,7 @@ onActivated(() => {
|
||||
<SlideView v-if="componentLoaded">
|
||||
<template #content>
|
||||
<template v-for="data in dataList" :key="data.tmdb_id || data.douban_id || data.bangumi_id">
|
||||
<MediaCard :media="data" height="15rem" width="10rem" />
|
||||
<MediaCard :media="data" width="8rem" />
|
||||
</template>
|
||||
</template>
|
||||
</SlideView>
|
||||
|
||||
@@ -39,7 +39,7 @@ onMounted(fetchData)
|
||||
<SlideView v-if="componentLoaded">
|
||||
<template #content>
|
||||
<template v-for="data in dataList" :key="data.id">
|
||||
<PersonCard :person="data" height="15rem" width="10rem" />
|
||||
<PersonCard :person="data" width="8rem" />
|
||||
</template>
|
||||
</template>
|
||||
</SlideView>
|
||||
|
||||
Reference in New Issue
Block a user