From d7b9586e7e6c0fc62b0f8e326fc7c94c402768e2 Mon Sep 17 00:00:00 2001 From: Tevin <tingquanren@163.com> Date: Tue, 08 Mar 2022 15:38:59 +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