|
|
@ -3,14 +3,13 @@ |
|
|
|
<template #extra> |
|
|
|
<template #extra> |
|
|
|
<a-button type="link" size="small">更多</a-button> |
|
|
|
<a-button type="link" size="small">更多</a-button> |
|
|
|
</template> |
|
|
|
</template> |
|
|
|
|
|
|
|
|
|
|
|
<template v-for="item in items" :key="item"> |
|
|
|
<template v-for="item in items" :key="item"> |
|
|
|
<CardGrid class="!md:w-1/3 !w-full"> |
|
|
|
<CardGrid class="!md:w-1/3 !w-full"> |
|
|
|
<span class="flex"> |
|
|
|
<span class="flex"> |
|
|
|
<Icon :icon="item.icon" :color="item.color" size="30" /> |
|
|
|
<Icon :icon="item.icon" :color="item.color" size="30"/> |
|
|
|
<span class="text-lg ml-4">{{ item.title }}</span> |
|
|
|
<span class="text-lg ml-4">{{ item.title }}</span> |
|
|
|
</span> |
|
|
|
</span> |
|
|
|
<div class="flex mt-2 h-10 text-secondary"> {{ item.desc }} </div> |
|
|
|
<div class="flex mt-2 h-10 text-secondary">{{ item.desc }}</div> |
|
|
|
<div class="flex justify-between text-secondary"> |
|
|
|
<div class="flex justify-between text-secondary"> |
|
|
|
<span>{{ item.group }}</span> |
|
|
|
<span>{{ item.group }}</span> |
|
|
|
<span>{{ item.date }}</span> |
|
|
|
<span>{{ item.date }}</span> |
|
|
|