From eff92aec207a73c94bddafe4c8eaf3fa96f17dc2 Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@iotlink.com>
Date: 星期五, 18 九月 2020 15:11:53 +0800
Subject: [PATCH] 直接访问桌面未登陆默认跳转登录页, 底库上传图片提示语
---
public/index.html | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/public/index.html b/public/index.html
index 485bf69..577320a 100644
--- a/public/index.html
+++ b/public/index.html
@@ -316,6 +316,9 @@
.pl20 {
padding-left: 20px;
}
+ .cursor-pointer{
+ cursor: pointer;
+ }
/* .flex-box{
display: flex;
} */
--
Gitblit v1.8.0