diff --git a/package.json b/package.json index e16f957..f757ede 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "vue-multiselect": "^2.1.6", "vue-router": "3.0.1", "vue-video-player": "^5.0.2", - "vuedraggable": "^2.23.2", + "vuedraggable": "^2.24.3", "vuex": "3.0.1", "vuex-oidc": "^2.0.1" }, diff --git a/public/monitor/hk/index.html b/public/monitor/hk/index.html index 373b458..ebb16c3 100644 --- a/public/monitor/hk/index.html +++ b/public/monitor/hk/index.html @@ -9,24 +9,23 @@ html, body { padding: 0; margin: 0; - position:relative; } .camera-dia{ - width: 100%; - height: 100%; - background: rgba(0,0,0,0); - position:relative; + width: 100vw; + height: 100vh; + background: rgba(0,0,0,0.4); } -.camera-box{ - width: 720px; - height: 360px; + .camera-box{ + width: 400px; + height: 300px; border-radius: 5px; position: fixed; - left:50%; - top:50%; - transform:translate(-50%,-50%); + left: 50%; + top: 50%; z-index: 9999; + transform: translate(-50%,-50%); + padding: 10px 0 20px; } .camera-header{ width: 90%; @@ -37,10 +36,8 @@ height: 15px; } .camera-body{ - width: 90%; height: 230px; - /* border: 1px solid #fff; */ margin-left: 5%; } .camera-footer{ @@ -62,12 +59,12 @@
+