From fa71559c92ce8f7429971370ca4bd1139c903621 Mon Sep 17 00:00:00 2001
From: Mr Ke <kelq@hugeinfo.com.cn>
Date: Wed, 27 May 2020 11:16:05 +0800
Subject: [PATCH] oa+用户中心

---
 src/index.css |   64 ++++++++++++++++++++++++++++++++
 1 files changed, 64 insertions(+), 0 deletions(-)

diff --git a/src/index.css b/src/index.css
index 21dc559..07d27b8 100644
--- a/src/index.css
+++ b/src/index.css
@@ -34,6 +34,10 @@
   padding: 9px 8px !important;
 }
 
+.border{
+  border: 20px solid #ededed;
+}
+
 .margin {
   margin: 20px;
 }
@@ -54,4 +58,64 @@
   margin-bottom: 20px;
 }
 
+.fontSize12{
+  font-size: 12px;
+}
+
+.ant-divider-horizontal{
+  margin: 20px 0 !important;
+}
+
+.margin-bottom{
+  margin-bottom: 20px;
+}
+
+.ant-card-head-title{
+  font-weight: bold !important;
+}
+
+div{
+  box-sizing: border-box;
+}
+
+.flex-box-column{
+  display: flex;
+  flex-direction: column;
+}
+
+.flex-box {
+  display: flex;
+}
+
+.align-center{
+  align-items: center;
+}
+
+.justify-content{
+  justify-content: center;
+}
+
+.flex-1 {
+  flex: 1;
+  overflow: auto;
+}
+
+.ant-spin-nested-loading{
+  height: 100%;
+}
+.ant-spin-container{
+  height: 100%;
+}
+
+.treeNodeUnselectable {
+  -webkit-user-select: none;
+  -moz-user-select: none;
+  -o-user-select: none;
+  -ms-user-select: none;
+}
+
+.ant-alert.ant-alert-no-icon {
+  padding: 2px 8px !important;
+}
+
 

--
Gitblit v1.8.0