From bcf54fefe40a7b2a019c6e7cf672e2490b24b613 Mon Sep 17 00:00:00 2001 From: wangsixiang <2970484253@qq.com> Date: Fri, 20 Dec 2024 10:04:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=91=84=E5=83=8F=E5=A4=B4=E5=BC=B9=E7=AA=97?= =?UTF-8?q?=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../JiHeExpressway/components/Video/index.vue | 1 + .../components/VideoMulti/index.vue | 15 +++++++++++---- .../event/event/EventDetailDialog/index.vue | 14 ++++++-------- 3 files changed, 18 insertions(+), 12 deletions(-) diff --git a/ruoyi-ui/src/views/JiHeExpressway/components/Video/index.vue b/ruoyi-ui/src/views/JiHeExpressway/components/Video/index.vue index e6741b0b..2875365d 100644 --- a/ruoyi-ui/src/views/JiHeExpressway/components/Video/index.vue +++ b/ruoyi-ui/src/views/JiHeExpressway/components/Video/index.vue @@ -159,6 +159,7 @@ export default { height: 100%; max-height: 100%; max-width: 100%; + object-fit: fill; } .video-stream { diff --git a/ruoyi-ui/src/views/JiHeExpressway/components/VideoMulti/index.vue b/ruoyi-ui/src/views/JiHeExpressway/components/VideoMulti/index.vue index 4e9cb77a..56d3d68a 100644 --- a/ruoyi-ui/src/views/JiHeExpressway/components/VideoMulti/index.vue +++ b/ruoyi-ui/src/views/JiHeExpressway/components/VideoMulti/index.vue @@ -10,7 +10,7 @@ dialogData.parseOtherConfig.ptzCtrl ) " src="@screen/images/camera-control-icon.svg" width="18px" height="18px" - style="cursor: pointer;background-color: #0d5f79;" /> + style="cursor: pointer;background-color: #0d5f79;margin-top: 3px" /> @@ -136,16 +136,20 @@ export default {