From 0f63fdf3c3091bff9c85db783a1ae5c106832936 Mon Sep 17 00:00:00 2001
From: Tevin <tingquanren@163.com>
Date: Fri, 12 Mar 2021 10:44:33 +0800
Subject: [PATCH] 将图片地址转换改为静态方法,允许全局调用

---
 common/custom.scss |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/common/custom.scss b/common/custom.scss
index f56f960..943576b 100644
--- a/common/custom.scss
+++ b/common/custom.scss
@@ -74,9 +74,11 @@
         }
         .at-tabs__body {
             height: calc(100% - 1.9rem);
+            font-size: 0;
             .at-tabs-pane {
                 height: 100%;
-                margin-right: 1%;
+                margin-right: 2%;
+                font-size: 0.65rem;
             }
         }
     }

--
Gitblit v1.9.1