From 20e9ed291e6ff2eceed90ee41e0a9cb4ccb2a28b Mon Sep 17 00:00:00 2001
From: whychdw <49690745@qq.com>
Date: 星期四, 10 十月 2019 09:57:15 +0800
Subject: [PATCH] 提交内容

---
 src/css/commons.css |   19 ++++++++++++++++++-
 1 files changed, 18 insertions(+), 1 deletions(-)

diff --git a/src/css/commons.css b/src/css/commons.css
index 88adcff..e77ba09 100644
--- a/src/css/commons.css
+++ b/src/css/commons.css
@@ -164,6 +164,14 @@
     border-top: none;
     border-bottom: none;
 }
+.vertical-center-modal{
+    display: flex;
+    align-items: center;
+    justify-content: center;
+}
+.vertical-center-modal .ivu-modal{
+    top: 0;
+}
 
 /* component style */
 .bui-list-header {
@@ -174,7 +182,16 @@
     text-align: center;
     background-color: #2d8cf0;
 }
-
+.bui-loading-block {
+    width: 80px !important;
+    height: 80px !important;
+    margin-top: -40px !important;
+    margin-left: -40px !important;
+    line-height: 10px !important;
+}
+.bui-loading {
+    font-size: 80px;
+}
 /* index */
 #appStates {
     position: absolute;

--
Gitblit v1.9.1