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 <a-modal
v-bind="getBindValue" v-bind="getBindValue"
:bodyStyle="{ background: '#233741', color: '#fff' }" :bodyStyle="{ background: '#233741', color: '#fff' }"
:width="1200" :width="1500"
destroyOnClose destroyOnClose
:getContainer="getContainer" :getContainer="getContainer"
> >

View File

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