From 24886024f56264fe5453a331bc076a52c19dc5bb Mon Sep 17 00:00:00 2001 From: hanbaoshan <hanbaoshan@aiotlink.com> Date: 星期四, 06 八月 2020 13:38:16 +0800 Subject: [PATCH] 区域/时间规则/系统维护/实时监控/应用窗口全屏布局更新 --- src/pages/cameraVideo/index/Video.vue | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/pages/cameraVideo/index/Video.vue b/src/pages/cameraVideo/index/Video.vue index b8cf1a2..789a470 100644 --- a/src/pages/cameraVideo/index/Video.vue +++ b/src/pages/cameraVideo/index/Video.vue @@ -555,7 +555,8 @@ .monitoring-right { width: 100%; height: 100%; - float: right; + min-width: 1243px; + //float: right; box-sizing: border-box; padding: 10px; background-color: #e9ebf2; @@ -609,9 +610,9 @@ // @media screen and (max-width: 1700px){ // } - width: calc(29.5% - 10px); + //width: calc(29.5% - 10px); + width: calc(34% - 10px); //width: auto; - // width: 23%; height: 73%; background-color: #fff; float: left; -- Gitblit v1.8.0