new-map
parent
059dd10783
commit
f38b00f8a2
|
|
@ -3,7 +3,6 @@
|
|||
<a-modal
|
||||
v-bind="getBindValue"
|
||||
:bodyStyle="{ background: '#233741', color: '#fff' }"
|
||||
:width="1500"
|
||||
destroyOnClose
|
||||
:getContainer="getContainer"
|
||||
>
|
||||
|
|
@ -56,6 +55,7 @@
|
|||
...unref(props),
|
||||
visible: unref(modelVisible),
|
||||
maskClosable: false,
|
||||
wrapClassName: 'cu-map-modal',
|
||||
}
|
||||
return attr
|
||||
})
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
<video class="w-full h-full" autoplay controls ref="videoRef" muted></video>
|
||||
<div class="absolute left-0 w-full top-0 h-full" @click.prevent.stop="onScreen"></div>
|
||||
|
||||
<LinkModal v-model:visible="visibleModal" :footer="null" :title1="pName" width="1200px">
|
||||
<LinkModal v-model:visible="visibleModal" :footer="null" :title1="pName" :width="1100">
|
||||
<template #content>
|
||||
<div class="w-full">
|
||||
<VideoFlv :url="pUrl" :screen="false" :name="pName" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue