From d7c6e0d1ec18f391243f77eb62bcb111378cb40f Mon Sep 17 00:00:00 2001 From: hanbaoshan <hanbaoshan@aiotlink.com> Date: 星期一, 21 十二月 2020 10:13:46 +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 d09a789..e843f32 100644 --- a/src/pages/cameraAccess/index/App.vue +++ b/src/pages/cameraAccess/index/App.vue @@ -61,7 +61,7 @@ <style lang="scss" scoped> .column { overflow: hidden; - min-width: 1399px; + //min-width: 1399px; //min-width: 1920px; height: 100%; } -- Gitblit v1.8.0