|
@@ -2,7 +2,7 @@
|
|
|
<el-col style="padding-right: 7px; padding-left: 7px">
|
|
<el-col style="padding-right: 7px; padding-left: 7px">
|
|
|
<div style="cursor: pointer" :title="video.title">
|
|
<div style="cursor: pointer" :title="video.title">
|
|
|
<el-card :body-style="{ padding: '0px' }" class="card">
|
|
<el-card :body-style="{ padding: '0px' }" class="card">
|
|
|
- <el-col :md="8">
|
|
|
|
|
|
|
+ <el-col :md="8" :sm="8" :xs="8">
|
|
|
<router-link target="_blank" :to="`/video/${video.videoId}`">
|
|
<router-link target="_blank" :to="`/video/${video.videoId}`">
|
|
|
<div class="imgs">
|
|
<div class="imgs">
|
|
|
<el-image
|
|
<el-image
|
|
@@ -19,25 +19,25 @@
|
|
|
</div>
|
|
</div>
|
|
|
</router-link>
|
|
</router-link>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
- <el-col :md="16">
|
|
|
|
|
- <div style="padding: 14px">
|
|
|
|
|
|
|
+ <el-col :md="16" :sm="16" :xs="16">
|
|
|
|
|
+ <div style="padding: 4px">
|
|
|
<router-link style="text-decoration-line: none" target="_blank" :to="`/video/${video.videoId}`">
|
|
<router-link style="text-decoration-line: none" target="_blank" :to="`/video/${video.videoId}`">
|
|
|
<span style="left: 0;margin-bottom: 0px;color: black;">{{ video.title | ellipsis }}</span>
|
|
<span style="left: 0;margin-bottom: 0px;color: black;">{{ video.title | ellipsis }}</span>
|
|
|
</router-link>
|
|
</router-link>
|
|
|
</div>
|
|
</div>
|
|
|
- <div style="padding: 14px">
|
|
|
|
|
|
|
+ <div style="padding: 4px">
|
|
|
<span style="left: 0;margin-bottom: 0px;color: black;">
|
|
<span style="left: 0;margin-bottom: 0px;color: black;">
|
|
|
<router-link style="text-decoration-line: none" target="_blank" :to="`/user/${video.user.userId}`">
|
|
<router-link style="text-decoration-line: none" target="_blank" :to="`/user/${video.user.userId}`">
|
|
|
<i class="el-icon-user"> {{ video.user.screenName | ellipsisUsername }} </i></router-link>
|
|
<i class="el-icon-user"> {{ video.user.screenName | ellipsisUsername }} </i></router-link>
|
|
|
</span>
|
|
</span>
|
|
|
</div>
|
|
</div>
|
|
|
- <div style="padding: 14px">
|
|
|
|
|
- <el-col :md="6">
|
|
|
|
|
|
|
+ <div style="padding: 4px">
|
|
|
|
|
+ <el-col :md="8" :sm="8" :xs="8">
|
|
|
<span class="el-icon-video-play" style="left: 0;margin-bottom: 0px;color: black;">
|
|
<span class="el-icon-video-play" style="left: 0;margin-bottom: 0px;color: black;">
|
|
|
{{ video.view }}
|
|
{{ video.view }}
|
|
|
</span>
|
|
</span>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
- <el-col :md="6">
|
|
|
|
|
|
|
+ <el-col :md="8" :sm="8" :xs="8">
|
|
|
<span class="el-icon-s-comment" style="left: 0;margin-bottom: 0px;color: black;">
|
|
<span class="el-icon-s-comment" style="left: 0;margin-bottom: 0px;color: black;">
|
|
|
{{ video.comment }}
|
|
{{ video.comment }}
|
|
|
</span>
|
|
</span>
|