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; } +