.audit-list {
  background-color: #fff;
  min-height: calc(100vh - 97px);
}
.audit-list .ant-card-head {
  border-bottom: 5px solid #eff4f8;
}
.audit-list > .ant-card-body {
  padding: 0;
}

