new-map
ihzero 2022-12-08 14:45:39 +08:00
parent 059dd10783
commit f38b00f8a2
2 changed files with 2 additions and 2 deletions

View File

@ -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
})

View File

@ -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" />