From 817ea18c62e32b2a3394ae1c245f79bc745c5ac2 Mon Sep 17 00:00:00 2001 From: hanbaoshan <hanbaoshan@aiotlink.com> Date: 星期一, 10 八月 2020 17:42:26 +0800 Subject: [PATCH] 实时监控间距调整,统计查询查找此人界面调整 --- src/pages/cameraAccess/index/App.vue | 17 +++++++++-------- 1 files changed, 9 insertions(+), 8 deletions(-) diff --git a/src/pages/cameraAccess/index/App.vue b/src/pages/cameraAccess/index/App.vue index e219928..5021d75 100644 --- a/src/pages/cameraAccess/index/App.vue +++ b/src/pages/cameraAccess/index/App.vue @@ -43,8 +43,8 @@ this.screenHeight = document.documentElement.clientHeight; })(); }; - debugger - this.leftWith = this.$refs['left'].width; + + this.leftWith = this.$refs['left'].offsetWidth; }, methods: { getUrlKey() { @@ -57,9 +57,10 @@ <style lang="scss" scoped> .column { - //overflow: hidden; + overflow-y: hidden; display: flex; width: 100%; + height: 100%; } .column-left { height: inherit; @@ -67,13 +68,14 @@ position: relative; } .column-right { - min-width: 1442px; - flex:1; position: relative; + flex:1; background-color: #fff; box-sizing: border-box; - overflow: auto; - //height: 100%; + overflow-y: hidden; + + height: 100%; + min-width: 1433px; } .resize-save { position: absolute; @@ -84,7 +86,6 @@ padding: 14px; overflow-x: hidden; overflow-y: hidden; - cursor: ew-resize; } .resize-bar { width: 310px; -- Gitblit v1.8.0