From c765c26eee1249b0a8d72d2b203b2ed124c2bbf6 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期五, 26 八月 2022 17:16:47 +0800
Subject: [PATCH] 2022.8.26(2)

---
 component/inputcell/inputcell.wxss |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/component/inputcell/inputcell.wxss b/component/inputcell/inputcell.wxss
index 8e0b571..b878506 100644
--- a/component/inputcell/inputcell.wxss
+++ b/component/inputcell/inputcell.wxss
@@ -18,6 +18,15 @@
   padding-right: 6px;
 }
 
+.required {
+  color: red;
+  text-align: center;
+}
+
+.not-required {
+  color: transparent;
+}
+
 .title-cell{
   white-space: nowrap;
   display: inline-block;

--
Gitblit v1.9.3