From a4f102defd2c7918617717f3307b6a3ef63859ff Mon Sep 17 00:00:00 2001
From: Mr Ke <kelq@hugeinfo.com.cn>
Date: Fri, 29 May 2020 18:03:17 +0800
Subject: [PATCH] 绩效总览 (列表、详情)、绩效指标 (配置)
---
src/index.css | 63 +++++++++++++++++++++++++++++++
1 files changed, 63 insertions(+), 0 deletions(-)
diff --git a/src/index.css b/src/index.css
index 21dc559..f7df747 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;
}
@@ -50,8 +54,67 @@
margin: 20px 0 !important;
}
+.margin-top{
+ margin-top: 20px;
+}
.margin-bottom{
margin-bottom: 20px;
}
+.fontSize12{
+ font-size: 12px;
+}
+
+.ant-divider-horizontal{
+ margin: 20px 0 !important;
+}
+
+.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