Commit 38a88c77 by yanju

修复细节

parent 922d40b6
......@@ -24,10 +24,8 @@
<div class="right__write-project" @click="toRelease">发布项目</div>
<card-container
title="热门项目"
more="更多项目"
width="302px"
height="446px"
style="margin-top: 16px"
style="margin-top: 16px;padding-bottom: 20px"
>
<nuxt-link tag="div" :to="'/project/detail/'+val.projectId" class="right__hot-item" v-for="(val,index) in hotProjectList" :key="val.projectId">
<yun-avatar size="48px" border-r="4px" :src="val.cover" :name="val.projectName"></yun-avatar>
......
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