From b35d23e07ac421395f1ffddb2f5dc91b3bbe5e2e Mon Sep 17 00:00:00 2001 From: Tevin <tingquanren@163.com> Date: Tue, 23 Nov 2021 10:04:01 +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