From 0e193fd93e6e3744f7cb891e71c022eff913381e Mon Sep 17 00:00:00 2001 From: junhong Date: Wed, 21 May 2025 10:33:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=A6=96=E9=A1=B5=E5=A4=A7?= =?UTF-8?q?=E5=B1=8F=E7=9B=91=E6=8E=A7=E5=8A=A0=E8=BD=BD=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/dahua/demo.html | 75 +++++++++------- src/views/large-screen/index.vue | 145 ++----------------------------- src/views/large-screen/video.vue | 25 ++++-- src/views/login.vue | 4 + 4 files changed, 70 insertions(+), 179 deletions(-) diff --git a/public/dahua/demo.html b/public/dahua/demo.html index bf59afda..3ee6811c 100644 --- a/public/dahua/demo.html +++ b/public/dahua/demo.html @@ -1,5 +1,6 @@ + @@ -16,13 +17,15 @@ flex-wrap: wrap; padding: 20px; } + .container { display: flex; padding: 0 0px !important; - margin: 0!important; + margin: 0 !important; max-width: none; height: 100vh; } + .real-container, .record-container { width: 45%; @@ -30,18 +33,22 @@ display: flex; flex-direction: column; } - .has-success .valid-feedback{ + + .has-success .valid-feedback { display: unset; } + .cursor-pointer { cursor: pointer; } + .list-group a { text-decoration: none; color: #13425c; } +