From 437144f41c74505d362a5214a18cec3d01b3ce4b Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期一, 10 十月 2022 17:51:30 +0800
Subject: [PATCH] 2022.10.10

---
 component/inputcell/inputcell.wxss |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/component/inputcell/inputcell.wxss b/component/inputcell/inputcell.wxss
index b878506..2bc3d90 100644
--- a/component/inputcell/inputcell.wxss
+++ b/component/inputcell/inputcell.wxss
@@ -6,7 +6,7 @@
 }
 .weui-up-input{
   color: black;
-  font-size: var(--ffui-font-size-2);
+  font-size: 1rem;
   /* border-radius: 10rpx; */
   width: 100%;
   /* background-color: seagreen; */
@@ -21,6 +21,7 @@
 .required {
   color: red;
   text-align: center;
+  vertical-align: middle;
 }
 
 .not-required {
@@ -30,9 +31,10 @@
 .title-cell{
   white-space: nowrap;
   display: inline-block;
-  font-size: var(--ffui-font-size-2);
-  width: 105px;
-  color:var(--ffui-text-color-1);
+  font-size: 1rem;
+  width: 32vw;
+  color:var(--fyui-text-color-1);
+  /* background-color: seagreen; */
 }
 .hr-view{
   height: 2rpx;

--
Gitblit v1.9.3