perf:优化infoCard组件样式

This commit is contained in:
Xwen
2023-12-25 23:06:19 +08:00
parent a3809b3fc7
commit f4eb31570e
3 changed files with 45 additions and 18 deletions

View File

@@ -73,7 +73,12 @@
</el-col>
<el-col :span="24">
<InfoCard :items="pointList" header="本月排行" text="更多">
<InfoCard
:items="pointList"
header="本月排行"
text="更多"
height="400"
>
<template #item="temp">
<PointsRanking :pointsData="temp" />
</template>
@@ -81,7 +86,12 @@
</el-col>
<el-col :span="24">
<InfoCard :items="friendList" header="推荐好友" text="更多">
<InfoCard
:items="friendList"
header="推荐好友"
text="更多"
height="400"
>
<template #item="temp">
<RecommendFriend :friendData="temp" />
</template>