xiangpei
2025-06-25 f6c05b70e6f74b413d8bce3d63f844c6cdb194f2
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;