From b419b2add64d70bf1bdb2f491c3eb090dda2cfa3 Mon Sep 17 00:00:00 2001 From: liyj <1003249715@qq.com> Date: Wed, 27 May 2020 11:44:34 +0800 Subject: [PATCH] Merge branch 'master' of http://120.79.193.119:9090/r/huge/frontEnd/hugeOA --- 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