From 7cb91d0efcbff3297de5d8f64948033d13a86142 Mon Sep 17 00:00:00 2001
From: Tevin <tingquanren@163.com>
Date: Tue, 12 Apr 2022 17:58:03 +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