|
|
|
@ -21,14 +21,14 @@ |
|
|
|
scope.row.bucket_compress + |
|
|
|
scope.row.bucket_compress + |
|
|
|
'/' + |
|
|
|
'/' + |
|
|
|
scope.row.object_compress |
|
|
|
scope.row.object_compress |
|
|
|
" fit="cover" style="width: 100px; height: 80px; pointer-events: none" /> |
|
|
|
" fit="cover" style="width: 125px; height: 125px; pointer-events: none" /> |
|
|
|
<div v-else class="video-thumb-wrapper"> |
|
|
|
<div v-else class="video-thumb-wrapper"> |
|
|
|
<video :src="$store.state.user.netConfig.MINIO_ENDPOINT_HTTPS + |
|
|
|
<video :src="$store.state.user.netConfig.MINIO_ENDPOINT_HTTPS + |
|
|
|
scope.row.bucket_compress + |
|
|
|
scope.row.bucket_compress + |
|
|
|
'/' + |
|
|
|
'/' + |
|
|
|
scope.row.object_compress |
|
|
|
scope.row.object_compress |
|
|
|
" preload="metadata" |
|
|
|
" preload="metadata" |
|
|
|
style="width: 100px; height: 80px; object-fit: cover; pointer-events: none" /> |
|
|
|
style="width: 125px; height: 80px; object-fit: cover; pointer-events: none" /> |
|
|
|
<i class="el-icon-video-play video-play-icon"></i> |
|
|
|
<i class="el-icon-video-play video-play-icon"></i> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
@ -217,13 +217,13 @@ |
|
|
|
item.bucket_compress + |
|
|
|
item.bucket_compress + |
|
|
|
'/' + |
|
|
|
'/' + |
|
|
|
item.object_compress, |
|
|
|
item.object_compress, |
|
|
|
]" style="width: 100px; height: 80px" /> |
|
|
|
]" style="width: 125px; height: 125px" /> |
|
|
|
<div v-else class="video-thumb-wrapper"> |
|
|
|
<div v-else class="video-thumb-wrapper"> |
|
|
|
<video :src="$store.state.user.netConfig.MINIO_ENDPOINT_HTTPS + |
|
|
|
<video :src="$store.state.user.netConfig.MINIO_ENDPOINT_HTTPS + |
|
|
|
item.bucket_compress + |
|
|
|
item.bucket_compress + |
|
|
|
'/' + |
|
|
|
'/' + |
|
|
|
item.object_compress |
|
|
|
item.object_compress |
|
|
|
" preload="metadata" controls style="width: 100px; height: 80px; object-fit: cover" /> |
|
|
|
" preload="metadata" controls style="width: 125px; height: 125px; object-fit: cover" /> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</el-form-item> |
|
|
|
</el-form-item> |
|
|
|
</el-row> |
|
|
|
</el-row> |
|
|
|
|