From d746a8a8342fb6686dd4338a892e1a39dca058ea Mon Sep 17 00:00:00 2001 From: hanbaoshan <hanbaoshan@aiotlink.com> Date: 星期三, 16 九月 2020 11:15:39 +0800 Subject: [PATCH] 可视化页面计算动态宽度 --- src/pages/cameraAccess/index/App.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/pages/cameraAccess/index/App.vue b/src/pages/cameraAccess/index/App.vue index 5c6ab1e..f6e5d1b 100644 --- a/src/pages/cameraAccess/index/App.vue +++ b/src/pages/cameraAccess/index/App.vue @@ -80,7 +80,7 @@ box-sizing: border-box; overflow-y: hidden; height: 100%; - min-width: 1433px; + min-width: 1602px; } .resize-save { position: absolute; -- Gitblit v1.8.0