|
@@ -31,12 +31,11 @@
|
|
|
</video>
|
|
|
</el-col>
|
|
|
<el-col :span="24" class="btn">
|
|
|
- <el-col :span="6" class="button"><i class="el-icon-position"></i></el-col>
|
|
|
- <el-col :span="6" class="button" @click.native="detailBtn(item)"><i class="el-icon-chat-line-round"></i></el-col>
|
|
|
- <el-col :span="6" class="button"
|
|
|
+ <el-col :span="8" class="button" @click.native="detailBtn(item)"><i class="el-icon-chat-line-round"></i></el-col>
|
|
|
+ <el-col :span="8" class="button"
|
|
|
><i class="el-icon-thumb"></i><span>{{ item.thumbs >= 10000 ? '1万+' : item.thumbs }}</span></el-col
|
|
|
>
|
|
|
- <el-col :span="6" class="button"
|
|
|
+ <el-col :span="8" class="button"
|
|
|
><i class="el-icon-view"></i><span>{{ item.read >= 10000 ? '1万+' : item.read }}</span></el-col
|
|
|
>
|
|
|
</el-col>
|