From 4ff6b73c2bb57764db2bcd8212d82f028e25e36d Mon Sep 17 00:00:00 2001
From: vben <anncwb@126.com>
Date: 星期二, 10 十一月 2020 22:45:39 +0800
Subject: [PATCH] perf: optimize settingDrawer code

---
 index.html |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/index.html b/index.html
index d7a609d..e729b5d 100644
--- a/index.html
+++ b/index.html
@@ -30,8 +30,7 @@
       .app-loading {
         width: 100%;
         height: 100%;
-
-        /* background: #f0f2f5; */
+        background: #f0f2f5;
       }
 
       .app-loading .app-loading-wrap {

--
Gitblit v1.8.0