From dcf664aa949c57b1fa6f7e1f2157d2b8e76f9dbe Mon Sep 17 00:00:00 2001 From: Tevin <tingquanren@163.com> Date: Tue, 23 Nov 2021 16:27:51 +0800 Subject: [PATCH] 页面筛选器,加大字体大小 --- common/custom.scss | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/common/custom.scss b/common/custom.scss index da9a14d..a36a718 100644 --- a/common/custom.scss +++ b/common/custom.scss @@ -167,6 +167,12 @@ word-break: break-word; } +.taro__toast { + >div>p:last-child { + font-size: 36px !important; + } +} + .weui-picker__overlay { .weui-picker { font-size: 32px; -- Gitblit v1.9.1