From f656f66c0b2dfa0e52b25f41c761f03b5997262b Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Tue, 29 Jun 2021 15:03:38 +0800
Subject: [PATCH] Box裁剪未完成和开敞度不支持
---
widgets/searchL/css/style.css | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/widgets/searchL/css/style.css b/widgets/searchL/css/style.css
index 5057954..c4eeb26 100644
--- a/widgets/searchL/css/style.css
+++ b/widgets/searchL/css/style.css
@@ -236,4 +236,13 @@
.layui-table-grid-down {
display: none;
+}
+
+/* 鼠标样式 */
+.drawCur {
+ cursor: url(../../../images/addL/draw.cur), auto;
+}
+
+.drawCurshizi {
+ cursor: url(../../../images/addL/measure.cur), auto;
}
\ No newline at end of file
--
Gitblit v1.9.3