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 <a-modal
v-bind="getBindValue" v-bind="getBindValue"
:bodyStyle="{ background: '#233741', color: '#fff' }" :bodyStyle="{ background: '#233741', color: '#fff' }"
:width="1500"
destroyOnClose destroyOnClose
:getContainer="getContainer" :getContainer="getContainer"
> >
@ -56,6 +55,7 @@
...unref(props), ...unref(props),
visible: unref(modelVisible), visible: unref(modelVisible),
maskClosable: false, maskClosable: false,
wrapClassName: 'cu-map-modal',
} }
return attr return attr
}) })

View File

@ -11,7 +11,7 @@
<video class="w-full h-full" autoplay controls ref="videoRef" muted></video> <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> <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> <template #content>
<div class="w-full"> <div class="w-full">
<VideoFlv :url="pUrl" :screen="false" :name="pName" /> <VideoFlv :url="pUrl" :screen="false" :name="pName" />