feat 视频位置问题修复

This commit is contained in:
Ironsp
2026-05-27 15:53:27 +08:00
parent 2dae286fa9
commit f149fca426
3 changed files with 124 additions and 13 deletions

View File

@@ -112,7 +112,7 @@
<el-dialog v-model="dialog1.visible" class="monitor-dialog" :before-close="handleMonitorDialogClose" fullscreen destroy-on-close>
<template #header>
<div class="flex w-full items-center justify-between gap-2 min-w-0 pr-8">
<span class="truncate">实时监控-北门出入门监控</span>
<span class="truncate">实时监控</span>
<div>
<el-button v-if="!seeSee" type="primary" class="shrink-0" @click="drawImage()">绘制区域</el-button>
<el-button v-if="seeSee" type="primary" class="shrink-0" @click="clearImage()">清空区域</el-button>