From 3726651ed7530392c191856086401745e3b1a6c1 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期三, 06 三月 2024 17:04:51 +0800
Subject: [PATCH] #

---
 zy-asrs-flow/src/pages/home/index.css |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/zy-asrs-flow/src/pages/home/index.css b/zy-asrs-flow/src/pages/home/index.css
new file mode 100644
index 0000000..c08b77c
--- /dev/null
+++ b/zy-asrs-flow/src/pages/home/index.css
@@ -0,0 +1,15 @@
+    /* 鎻愮ず妗嗙殑鏍峰紡 */
+    .g6-tooltip {
+        border: 1px solid #e2e2e2;
+        border-radius: 4px;
+        font-size: 12px;
+        color: #545454;
+        background-color: rgba(255, 255, 255, 0.9);
+        padding: 10px 8px;
+        box-shadow: rgb(174, 174, 174) 0px 0px 10px;
+      }
+
+      .modalInput {
+        margin-top: 30px;
+        margin-bottom: 30px;
+      }
\ No newline at end of file

--
Gitblit v1.9.1