empower.less 881 Bytes
@whiteBg:#fff;
@pd30: 30px;
@pd20: 20px;


.contentBg{
  .whiteBg{
    background: @whiteBg;
  }
  .searchForm{
    padding: 30px 26px;
    margin: 10px 0;
  }
  .orghover {
    cursor: pointer;
    line-height: 28px;
    font-size: 24px;
    position: relative;
    top: 43px;
  }
  .operate{
    margin-left: 26px;
    button {
      margin-right: 10px;
    }
  } 
  .contentTable{
    margin: 10px 26px;
    min-height: 500px;
  } 
  .pRight{
      padding-right:22px;
   }
   .ant-table-thead > tr > th{
        font-weight: bold;
     }
}
.borderTable{
  border:1px solid #e8e8e8
}
.clientForm{
  padding-left: 40px;
  .ant-checkbox-wrapper{
    width: 30%;
    line-height: 42px;
    color:#000
  } 
}
.vvModal{
  .ant-modal-footer{
    border-top:none;
    padding-bottom:40px;
  }
  
}
.textDefault{
  color:#00BB29
}
.textDanger{
  color:#f00
}
.textWarn{
  color:orange
}