new-map
ihzero 2022-12-08 14:16:08 +08:00
parent fb9c4a6020
commit 87f77ec5a1
2 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@
<a-modal
v-bind="getBindValue"
:bodyStyle="{ background: '#233741', color: '#fff' }"
:width="1200"
:width="1500"
destroyOnClose
:getContainer="getContainer"
>

View File

@ -37,19 +37,19 @@
</div>
<div class="grid grid-cols-3 gap-x-6px my-10px">
<div class="h-66px" v-for="item in list" :key="item.id">
<VideoFlv
<!-- <VideoFlv
:url="item.url"
:name="item.base_name"
:screen="false"
@click.prevent.stop="onChangeVideo(item)"
/>
<!-- <img
/> -->
<img
:src="item.img"
class="object-cover w-full h-full"
alt=""
srcset=""
@click.prevent.stop="onChangeVideo(item)"
/> -->
/>
</div>
</div>
</div>