接线图角落弹框

This commit is contained in:
stt
2025-10-23 15:48:42 +08:00
parent b3154e894a
commit f2e328826d

View File

@@ -8,6 +8,7 @@
:style="{ :style="{
boxShadow: `var(--el-box-shadow-light)` boxShadow: `var(--el-box-shadow-light)`
}" }"
style="border:red solid 1px;position: relative;"
> >
<iframe <iframe
:src="iframeSrc" :src="iframeSrc"
@@ -18,6 +19,9 @@
id="iframeLeft" id="iframeLeft"
@load="onIframeLoad" @load="onIframeLoad"
></iframe> ></iframe>
<IframeDia
style="position: absolute; top: 0px; right: 0px; left: 0px"
/>
</div> </div>
<el-card class="bottom-container " style="flex: 1;min-height: 165px;"> <el-card class="bottom-container " style="flex: 1;min-height: 165px;">
@@ -36,6 +40,7 @@ import { ref, watch, onMounted, onUnmounted, provide } from 'vue'
import Table from '@/components/table/index.vue' import Table from '@/components/table/index.vue'
import TableStore from '@/utils/tableStore' import TableStore from '@/utils/tableStore'
import { mainHeight } from '@/utils/layout' import { mainHeight } from '@/utils/layout'
import IframeDia from './iframeDia.vue'
// import { getActive } from "@/api/manage_wx/index"; // import { getActive } from "@/api/manage_wx/index";
// const props = defineProps<{ // const props = defineProps<{