修改jk
parent
fb9c4a6020
commit
87f77ec5a1
|
|
@ -3,7 +3,7 @@
|
|||
<a-modal
|
||||
v-bind="getBindValue"
|
||||
:bodyStyle="{ background: '#233741', color: '#fff' }"
|
||||
:width="1200"
|
||||
:width="1500"
|
||||
destroyOnClose
|
||||
:getContainer="getContainer"
|
||||
>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue