链接展示
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
</div>
|
||||
<div style="display: inline-block;width: 80%;text-align: center">
|
||||
<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">
|
||||
<!-- <img
|
||||
style="height: 10px;width: 10px;margin-bottom: 3px"
|
||||
@@ -27,7 +27,7 @@
|
||||
</span>
|
||||
</el-row>
|
||||
<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">
|
||||
<!-- <img
|
||||
style="height: 10px;width: 10px;margin-bottom: 3px"
|
||||
|
||||
Reference in New Issue
Block a user