Commit e56070bb by chenyu

update: update

parent a7bc61bd
......@@ -6,7 +6,7 @@
<div class="flex-wrap">
<div class="card-item" v-for="card in list" :key="card" @click="jump(card.jumpUrl)">
<div class="remark-tag" v-if="card.activityRemark">{{ card.activityRemark }}</div>
<el-image style="width: 40px; height: 40px;margin-right:12px;" :src="card.activityImage" fit="cover" />
<el-image style="width: 40px; height: 40px;margin-right:12px;border-radius:8px;" :src="card.activityImage" fit="cover" />
<div class="card-right">
<p class="card-right-title">{{ card.activityName }}</p>
<p class="card-right-explain">{{ card.activityExplain }}</p>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment