Commit e434ae4c by chenyu

Merge branch 'feature/3月迭代-菜单' of http://git.gicdev.com/marketing-web/marketing into dev

parents f8614010 c37c0bb0
......@@ -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>
......@@ -93,6 +93,7 @@ export default {
border-radius: 4px;
cursor: pointer;
transition: all 0.3s;
box-sizing: border-box;
&:hover {
background: #ebecf0;
transform: translateY(-5px);
......
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