From 664d69fbe574bfaf3862d4804390e4b77df9fc19 Mon Sep 17 00:00:00 2001
From: Tevin <tingquanren@163.com>
Date: Thu, 23 Sep 2021 17:32:27 +0800
Subject: [PATCH] 实现抽屉公共组件,代替TaroUI的抽屉

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

diff --git a/common/custom.scss b/common/custom.scss
index 45b5792..9fbb0f2 100644
--- a/common/custom.scss
+++ b/common/custom.scss
@@ -13,11 +13,6 @@
         font-size: inherit;
         font-family: -apple-system-font, Helvetica Neue, sans-serif;
     }
-    .at-nav-bar {
-        .at-nav-bar__title {
-            font-size: 42px;
-        }
-    }
     .at-button {
         display: inline-block;
         &.at-button--full {
@@ -99,7 +94,7 @@
             }
             .at-icon {
                 color: #fff;
-                border: #ccc 1px solid;
+                border: #bbb 1px solid;
                 border-radius: 50%;
                 padding: 5px;
             }

--
Gitblit v1.9.1