From dea7ceec1a7ccc11f93ce37138b962418baf2340 Mon Sep 17 00:00:00 2001
From: Tevin <tingquanren@163.com>
Date: Thu, 16 Sep 2021 10:37:32 +0800
Subject: [PATCH] 修复筛选项组件默认值写法不正确的问题

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

diff --git a/common/custom.scss b/common/custom.scss
index 51c22ac..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 {

--
Gitblit v1.9.1