From 2ea56ed08b58386f0612635101b1acd51cd4a44c Mon Sep 17 00:00:00 2001
From: Mr Ke <kelq@hugeinfo.com.cn>
Date: Wed, 29 Apr 2020 18:06:45 +0800
Subject: [PATCH] 浏览日志,操作日志;用户中心(个人信息);用户管理(用户中心)

---
 src/style/reset.scss |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/src/style/reset.scss b/src/style/reset.scss
index 802dc2e..0758323 100644
--- a/src/style/reset.scss
+++ b/src/style/reset.scss
@@ -40,13 +40,34 @@
   flex-direction: column;
 }
 
+// 弹性盒 -- 纵向
 .flex-box-column {
   display: flex;
   flex-direction: column;
   height: 100%;
 }
 
+// 弹性盒 -- 纵向
+.flex-box-row {
+  display: flex;
+}
+
 .flex-1 {
   flex: 1;
   overflow-y: auto;
 }
+
+.align-center{
+  align-items: center;
+}
+
+.space-between {
+  justify-content: space-between;
+}
+
+.ant-modal-body {
+  padding: 5px 8px 15px 8px;
+}
+.ant-tabs-bar {
+  margin-bottom: 5px;
+}

--
Gitblit v1.8.0