链接展示

This commit is contained in:
宋伟佳
2021-12-08 11:14:17 +08:00
parent f31cf2a32c
commit f9af97eb92
@@ -7,7 +7,7 @@
</div> </div>
<div style="display: inline-block;width: 80%;text-align: center"> <div style="display: inline-block;width: 80%;text-align: center">
<el-row> <el-row>
<span v-for="(item, index) in linkListFirst" :key="index"> <span v-for="(item, index) in linkListFirst" :key="index" v-if="index < 5">
<el-col :span="4"> <el-col :span="4">
<!-- <img <!-- <img
style="height: 10px;width: 10px;margin-bottom: 3px" style="height: 10px;width: 10px;margin-bottom: 3px"
@@ -27,7 +27,7 @@
</span> </span>
</el-row> </el-row>
<el-row style="margin-bottom: 10px;"> <el-row style="margin-bottom: 10px;">
<span v-for="(item, index) in linkListSecond" :key="index"> <span v-for="(item, index) in linkListSecond" :key="index" v-if="index< 5">
<el-col :span="4"> <el-col :span="4">
<!-- <img <!-- <img
style="height: 10px;width: 10px;margin-bottom: 3px" style="height: 10px;width: 10px;margin-bottom: 3px"