From 7eb332b94fcc4d06000c38dda3ef49ca3b35f7c2 Mon Sep 17 00:00:00 2001
From: zzq <a13193816592@163.com>
Date: 星期三, 27 九月 2023 20:54:35 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/web/WMS

---
 src/assets/style/index.scss |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/assets/style/index.scss b/src/assets/style/index.scss
index 86a266b..ad72597 100644
--- a/src/assets/style/index.scss
+++ b/src/assets/style/index.scss
@@ -126,6 +126,12 @@
 .cursor_pointer {
   cursor: pointer;
 }
+.no-cursor {
+  cursor: no-drop;
+}
+.yes-cursor {
+  cursor: pointer;
+}
 
 .Badge {
   background: #d3d3d3;

--
Gitblit v1.8.0