From f30502d88e477052379fced6a041ab89581be4fd Mon Sep 17 00:00:00 2001
From: Tevin <tingquanren@163.com>
Date: Mon, 15 Mar 2021 16:49:44 +0800
Subject: [PATCH] 公共样式兼容小程序

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

diff --git a/common/custom.scss b/common/custom.scss
index bbde51b..1c03821 100644
--- a/common/custom.scss
+++ b/common/custom.scss
@@ -5,7 +5,8 @@
 
 @import "./sassMixin";
 
-.taro-tabbar__container {
+.taro_page,
+page {
     font-size: 30px;
     color: #333;
     textarea {

--
Gitblit v1.9.1