From 3af64bd4b3c54d5073e1a9bbd7b2fc1fe4689336 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期三, 25 六月 2025 21:20:26 +0800 Subject: [PATCH] 视频列表、审核展示视频悬挂的商品 --- manager/src/views/video/VideoList.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manager/src/views/video/VideoList.vue b/manager/src/views/video/VideoList.vue index f017ac9..ad09c4c 100644 --- a/manager/src/views/video/VideoList.vue +++ b/manager/src/views/video/VideoList.vue @@ -186,7 +186,7 @@ </div> </template> <template slot-scope="{ row, index }" slot="videoFileKey"> - <div class="play-text" @click="playVideo(row.videoFileKey, row.title)">鐐瑰嚮鎾斁</div> + <div v-if="row.videoContentType === 'video'" class="play-text" @click="playVideo(row.videoFileKey, row.title)">鐐瑰嚮鎾斁</div> </template> <template slot-scope="{ row, index }" slot="videoDuration"> <div>{{formatSeconds(row.videoDuration)}}</div> @@ -370,7 +370,7 @@ { title: "鏉冮噸", key: "weight", - width: 170, + width: 80, }, { title: "鐘舵��", @@ -613,7 +613,7 @@ } .video-warp { width: 100%; - height: 350px; + height: 440px; } .data-item { display: flex; -- Gitblit v1.8.0