.myApproval {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.myApproval .ant-table-body td {
  border-right: 1px solid #EFF4F8;
}
.myApproval .ant-table-body td:last-child {
  border-bottom: none;
  border-right: none;
}
.myApproval .ant-card-body {
  padding: 5px 0 0 0;
}
.myApproval .ant-table-header {
  background: #1784fc;
}
.myApproval .ant-table-header .ant-table-thead .tr .th {
  color: white;
}
.myApproval .data {
  width: 260px!important;
  height: 460px;
  text-align: center;
  border-radius: 10px;
  color: #333;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
}
.myApproval .data b {
  width: 260px;
  font-size: 30px;
  color: #FF7640;
  display: inline-block;
}
.myApproval .data b.b {
  color: #1784fc;
  padding-top: 30px;
  border-top: 10px solid #F1F8FF;
}
.myApproval .ant-table-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fff;
  border-radius: 6px;
}
.myApproval .ant-table-wrapper th {
  border-bottom-color: #EEE;
  background-color: transparent;
  color: white;
}
.myApproval .ant-table-wrapper td {
  border-bottom: none;
  color: #666;
}
.myApproval .ant-table-wrapper tr:nth-child(2n) {
  background-color: #F1F8FF;
}
.auditModalList .ant-modal-content .ant-modal-header {
  background: #1784fc;
}
.auditModalList .ant-modal-content .ant-modal-header .ant-modal-title {
  color: white;
}
.auditModalList .ant-modal-content .ant-modal-close {
  color: white;
}
.auditModalList .ant-modal-content .ant-modal-body {
  padding: 0;
}

