From 220bf593aa98cb664e097ecb7083681e53bcb79c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BE=9A=E7=9A=93?= <1736436516@qq.com> Date: Tue, 26 Nov 2024 16:20:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B6=E4=BB=96=EF=BC=88=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=EF=BC=8C=E5=B8=83=E5=B1=80=E6=BB=9A=E8=BD=AE=E9=80=82=E5=BA=94?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=AE=BD=E5=BA=A6=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Layout.vue | 10 +- src/html/Home.vue | 8 +- src/html/Test.vue | 738 ++++++++++++++++++++++++++++++-------- 3 files changed, 606 insertions(+), 150 deletions(-) diff --git a/src/components/Layout.vue b/src/components/Layout.vue index af8268f..c912249 100644 --- a/src/components/Layout.vue +++ b/src/components/Layout.vue @@ -42,7 +42,7 @@ 大屏页 --> - + - + - + diff --git a/src/html/Home.vue b/src/html/Home.vue index fb15516..b02c277 100644 --- a/src/html/Home.vue +++ b/src/html/Home.vue @@ -122,7 +122,7 @@ import CenterTop from '@/components/Max/CenterTop.vue'; margin: 0; height: 100vh; width: 100vw; - padding: 4vh 10vw 10vh 7vw; + padding: 4vh 10vw 10vh 9vw; /* background-color: rgb(121, 184, 243); */ background-color: #001529; /* background-image: url('/bg05.png'); */ @@ -133,6 +133,7 @@ import CenterTop from '@/components/Max/CenterTop.vue'; position: relative; color: black; box-sizing: border-box; + } .custom-decoration{ @@ -161,12 +162,13 @@ import CenterTop from '@/components/Max/CenterTop.vue'; .container { display: flex; flex-direction: column; - width: 80vw; + width: 82vw; height: 100%; gap: 1vh; position: relative; /* 为了在背景下显示 */ z-index: 1; + } .header { @@ -213,6 +215,8 @@ import CenterTop from '@/components/Max/CenterTop.vue'; display: flex; flex-direction: row; gap: 1vw; + overflow-y: scroll; + scrollbar-width:none; } .left-section, diff --git a/src/html/Test.vue b/src/html/Test.vue index 6c842e5..5a63f5b 100644 --- a/src/html/Test.vue +++ b/src/html/Test.vue @@ -1,164 +1,616 @@ - - - 弹窗设置 - - - 开启交互式弹窗 - - - - - 开启响应式弹窗 - - - - - - + + + + + + + + + + + + + + + + + + + + {{ camera.name }} + + + + 设置 + + + + + + + 通道{{ camera.id }} + + + + + + + + + + + + + + + {{ camera.name }} + × + + + + + + + + + + + + + + + + + + + + + + 播放摄像头: {{ currentCamera?.name }} + + + + + + + + - -
{{ camera.name }}