From f013e9fd5c22122faa243ad126d303153a455c06 Mon Sep 17 00:00:00 2001 From: Tevin <tingquanren@163.com> Date: Mon, 22 Nov 2021 10:51:54 +0800 Subject: [PATCH] 弹窗组件,兼容超大字体模式 --- common/custom.scss | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/common/custom.scss b/common/custom.scss index 5f5e01d..789ca85 100644 --- a/common/custom.scss +++ b/common/custom.scss @@ -133,6 +133,7 @@ font-size: 40px; } .at-modal__container { + max-width: 90%; font-size: 36px; } .at-modal__footer { -- Gitblit v1.9.1