From 0a9c34f2da201da0358bf149e475519c82553fc8 Mon Sep 17 00:00:00 2001 From: Tevin <tingquanren@163.com> Date: Tue, 09 Nov 2021 16:20:28 +0800 Subject: [PATCH] 扫码组件,允许由业务层转App层来完成 --- common/custom.scss | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/common/custom.scss b/common/custom.scss index dc045c5..9043603 100644 --- a/common/custom.scss +++ b/common/custom.scss @@ -123,4 +123,9 @@ } } } +} + +.taro__toast, +.taro__modal { + word-break: break-word; } \ No newline at end of file -- Gitblit v1.9.1