From b22223dd84a729174a5973971c08cc48d039bd1d Mon Sep 17 00:00:00 2001
From: Tevin <tingquanren@163.com>
Date: Thu, 14 Apr 2022 20:44:20 +0800
Subject: [PATCH] 强化日期格式化识别能力,优化开关组件显示

---
 common/custom.scss |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/common/custom.scss b/common/custom.scss
index 1b4cd10..f622e9c 100644
--- a/common/custom.scss
+++ b/common/custom.scss
@@ -195,6 +195,10 @@
                 height: 70px !important;
                 font-size: 36px !important;
                 line-height: 70px;
+                .weui-input {
+                    height: 70px;
+                    line-height: 70px;
+                }
             }
             .at-search-bar__clear {
                 height: 70px;
@@ -209,6 +213,7 @@
             font-size: 36px;
             color: #FFF;
             line-height: 70px;
+            background-color: $colorStress;
             border-radius: 8px;
         }
     }

--
Gitblit v1.9.1