From e4741175f39b3b5fe03af32c178063d8f945dc87 Mon Sep 17 00:00:00 2001
From: Tevin <tingquanren@163.com>
Date: Thu, 24 Feb 2022 20:26:21 +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