From b515fae43490ab20977d559e19d4e5f63a4fd96d Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期五, 25 四月 2025 16:42:39 +0800
Subject: [PATCH] 应急线索模块

---
 components/form/index.wxss |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/components/form/index.wxss b/components/form/index.wxss
index 801b34c..97a6140 100644
--- a/components/form/index.wxss
+++ b/components/form/index.wxss
@@ -3,4 +3,10 @@
   justify-content: space-between;
   padding: 8px;
   gap: 8px;
+}
+
+.tips {
+  margin-left: 16px;
+  color: var(--td-error-color);
+  font-size: var(--td-font-size-s);
 }
\ No newline at end of file

--
Gitblit v1.9.3