From 568e137c3f2ae17f62b3b9ec9ebea37cb136bec0 Mon Sep 17 00:00:00 2001 From: Tevin <tingquanren@163.com> Date: Tue, 22 Feb 2022 15:21:28 +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 4c632ab..1b4cd10 100644 --- a/common/custom.scss +++ b/common/custom.scss @@ -117,6 +117,7 @@ .at-tabs-pane { height: 100%; font-size: 36px; + transform: translate3d(0, 0, 0); } } } @@ -211,6 +212,11 @@ border-radius: 8px; } } + .at-activity-indicator { + .at-activity-indicator__content { + font-size: 36px; + } + } .at-divider { .at-divider__content { font-size: 36px; -- Gitblit v1.9.1