fix: BUG修改

This commit is contained in:
kun 2023-07-25 10:36:16 +08:00
parent 285939f572
commit bcbe141211

View File

@ -56,7 +56,8 @@
<div class="imgPage">
<div class="imgTable" v-if="questList.records.length">
<div class="img_item" v-for="item in questList.records" @click="onShowImg(item)" :key="item.id">
<el-image style="width: 100%; height: 182px" :src="item.image" fit="fill" />
<!-- <el-image style="width: 100%; height: 182px" :src="item.image" fit="fill" /> -->
<video style="width: 100%; height: 182px; object-fit: fill" controls :src="item.videoUrl"></video>
<div class="page_text flx-justify-column">
<div class="img_title">{{ item.title }}</div>
<div class="img_bottom">