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/cameraAccess/index/App.vue | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/pages/cameraAccess/index/App.vue b/src/pages/cameraAccess/index/App.vue index c16940c..e219928 100644 --- a/src/pages/cameraAccess/index/App.vue +++ b/src/pages/cameraAccess/index/App.vue @@ -84,6 +84,7 @@ padding: 14px; overflow-x: hidden; overflow-y: hidden; + cursor: ew-resize; } .resize-bar { width: 310px; @@ -104,6 +105,7 @@ border-right: 2px solid #efefef; border-left: 1px solid #e0e0e0; pointer-events: none; + cursor: ew-resize; } .resize-bar:hover ~ .resize-line, .resize-bar:active ~ .resize-line { -- Gitblit v1.8.0