/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.wufeng-dashboard-table-header-cell {
  height: 100%;
  padding: 8px;
  border-left: 1px solid transparent;
}
.wufeng-dashboard-table-body-cell {
  height: 100%;
  padding: 8px;
  border-left: 1px solid transparent;
}
.wufeng-dashboard-table-defaultDataRender {
  gap: 4px;
  align-items: center;
  justify-content: center;
  height: 22px;
  padding: 1px 8px 3px 8px;
  font-size: 14px;
  border-radius: 30px;
}
.wufeng-dashboard-table-nodata {
  height: calc(100% - 52px);
}
.wufeng-dashboard-table-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-clip: content-box;
}
.wufeng-dashboard-table-wrap .pcfactory-table-wrapper {
  height: calc(100% - 52px);
  overflow: hidden;
}
.wufeng-dashboard-table-wrap .pcfactory-table {
  background: transparent;
}
.wufeng-dashboard-table-wrap .pcfactory-table-placeholder .pcfactory-table-cell {
  display: none;
  overflow: hidden;
  background: #fff;
}
.wufeng-dashboard-table-wrap .pcfactory-spin-nested-loading,
.wufeng-dashboard-table-wrap .pcfactory-spin-container,
.wufeng-dashboard-table-wrap .pcfactory-table,
.wufeng-dashboard-table-wrap .pcfactory-table-content {
  height: 100%;
}
.wufeng-dashboard-table-wrap .pcfactory-table-title {
  padding: 0 !important;
  border: none !important;
}
.wufeng-dashboard-table-wrap .pcfactory-table-container {
  height: calc(100% - 50px);
  padding: 0 10px;
  border: none !important;
}
.wufeng-dashboard-table-wrap .pcfactory-table-thead .pcfactory-table-cell {
  padding: 0 !important;
  border-right: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
}
.wufeng-dashboard-table-wrap .pcfactory-table-thead .pcfactory-table-cell::before {
  display: none;
}
.wufeng-dashboard-table-wrap .pcfactory-table-thead .pcfactory-table-cell-scrollbar {
  background: #fff;
}
.wufeng-dashboard-table-wrap .pcfactory-table-body {
  overflow: auto !important;
}
.wufeng-dashboard-table-wrap .pcfactory-table-tbody .pcfactory-table-cell {
  padding: 0 !important;
  border-right: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
}
.wufeng-dashboard-table-wrap .pcfactory-table-tbody .pcfactory-table-cell-row-hover {
  background: transparent !important;
}
.wufeng-dashboard-table-wrap .pcfactory-table-tbody .pcfactory-table-cell-ellipsis .wufeng-dashboard-table-body-cell {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: keep-all;
}
.wufeng-dashboard-table-wrap .pcfactory-table-cell {
  background: transparent;
}
.wufeng-dashboard-table-wrap .ant-table-wrapper {
  height: calc(100% - 52px);
  overflow: hidden;
}
.wufeng-dashboard-table-wrap .ant-table {
  background: transparent;
}
.wufeng-dashboard-table-wrap .ant-table-placeholder .ant-table-cell {
  overflow: hidden;
  background: #fff;
}
.wufeng-dashboard-table-wrap .ant-spin-nested-loading,
.wufeng-dashboard-table-wrap .ant-spin-container,
.wufeng-dashboard-table-wrap .ant-table,
.wufeng-dashboard-table-wrap .ant-table-content {
  height: 100%;
}
.wufeng-dashboard-table-wrap .ant-table-title {
  padding: 0 !important;
  border: none !important;
}
.wufeng-dashboard-table-wrap .ant-table-container {
  height: calc(100% - 50px);
  padding: 0 10px;
  border: none !important;
}
.wufeng-dashboard-table-wrap .ant-table-thead .ant-table-cell {
  padding: 0 !important;
  border-bottom: none !important;
  box-shadow: none !important;
}
.wufeng-dashboard-table-wrap .ant-table-thead .ant-table-cell::before {
  display: none;
}
.wufeng-dashboard-table-wrap .ant-table-thead .ant-table-cell-scrollbar {
  background: #fff;
}
.wufeng-dashboard-table-wrap .ant-table-body {
  overflow: auto !important;
}
.wufeng-dashboard-table-wrap .ant-table-tbody .ant-table-cell {
  padding: 0 !important;
  border-bottom: none !important;
  box-shadow: none !important;
}
.wufeng-dashboard-table-wrap .ant-table-tbody .ant-table-cell-row-hover {
  background: transparent !important;
}
.wufeng-dashboard-table-wrap .ant-table-tbody .ant-table-cell-ellipsis .wufeng-dashboard-table-body-cell {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: keep-all;
}
.wufeng-dashboard-table-wrap .ant-table-cell {
  background: transparent;
}
.wufeng-dashboard-table-pagination {
  padding: 10px 8px;
  text-align: right;
}
.wufeng-dashboard-table-pagination-item {
  background: transparent;
}
.wufeng-dashboard-table-pagination-item-link {
  min-width: 32px;
  height: 32px !important;
  padding: 0 6px;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  outline: none;
  transition: all 0.3s;
}
.wufeng-dashboard-table-pagination li[class$='-pagination-simple-pager'] {
  height: 32px;
  line-height: 32px;
}
