From 709c250c349faaec675f13227363e4f54793539b Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@iotlink.com>
Date: 星期四, 06 八月 2020 15:40:27 +0800
Subject: [PATCH] build: 添加app分类脚本
---
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