From a4ef35bb323b5f8300f15a4eb604d61ff39a194a Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 17 十二月 2020 17:35:39 +0800
Subject: [PATCH] 2020-12-17

---
 src/tabviews/home/index.scss |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/src/tabviews/home/index.scss b/src/tabviews/home/index.scss
index 0a6c007..6e0f295 100644
--- a/src/tabviews/home/index.scss
+++ b/src/tabviews/home/index.scss
@@ -1,5 +1,9 @@
-.home-box-spin {
+.home-loading-view {
   position: relative;
-  left: 50%;
-  top: 30vh;
+  height: 100%;
+  .home-box-spin {
+    position: relative;
+    left: 50%;
+    top: 30vh;
+  }
 }
\ No newline at end of file

--
Gitblit v1.8.0