.wd-table-page {
  background: #fff;
  border-radius: 4px;
  padding: 24px;
  position: relative;
}
.wd-table-page .operate {
  margin-bottom: 24px;
}
.wd-table-page .table-pagination-container {
  padding-top: 16px;
}
.wd-table-page .table-pagination-container .fes-pagination {
  justify-content: flex-end;
}
.wd-table-drawer {
  background: #fff;
  border-radius: 4px;
  padding: 8px 0px 0px 0px;
  position: relative;
}
.wd-table-drawer .operate {
  margin-bottom: 24px;
}
.wd-table-drawer .table-pagination-container {
  padding-top: 16px;
}
.wd-table-drawer .table-pagination-container .fes-pagination {
  justify-content: flex-end;
}
