From 7e7f06ed96d49c59a944720c2781e95ec00a7a76 Mon Sep 17 00:00:00 2001 From: Tevin <tingquanren@163.com> Date: Wed, 23 Mar 2022 18:31:54 +0800 Subject: [PATCH] CSwitchRadio增加左对齐模式 --- 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