forked from huge/frontEnd/hugeOA

liyj
2020-05-27 b419b2add64d70bf1bdb2f491c3eb090dda2cfa3
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;
}