/* write style here */
.yw-table .yw-table-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 12px 0;
}
.yw-table .yw-table-btns .batch {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.yw-table .yw-table-btns .batch .total {
  margin-right: 12px;
}
.yw-table .yw-table-btns .batch :global .ant-btn {
  margin-right: 12px;
}
.yw-table .yw-table-btns .action {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.yw-table .yw-table-btns .action :global .ant-btn {
  margin-left: 12px;
}
.yw-table :global .ant-table {
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  border-top: 1px solid #f0f0f0;
}
.yw-table :global .ant-table-thead .ant-table-cell {
  background: #fafafa;
  color: #333;
  font-size: 13px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 14px;
  height: 52px;
}
.yw-table :global .ant-table-thead .ant-table-cell::before {
  display: none;
}
.yw-table :global .ant-table-tbody .ant-table-cell {
  font-size: 13px;
  line-height: 14px;
  color: #666;
}
.yw-table-cell-status {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #666;
  height: 100%;
}
.yw-table-cell-status .dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 5px;
}
.yw-table-cell-person {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #666;
  height: 100%;
}
.yw-table-cell-person .avator {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 8px;
}
