/* 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-sheet-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.wufeng-dashboard-sheet-wrap .antv-s2-spin {
  height: auto;
  padding: 0 10px;
}
.wufeng-dashboard-sheet-target {
  display: grid;
  grid-gap: 7px;
  grid-template-columns: 1fr 1fr 1fr;
  min-height: 64px;
  padding: 0 20px 16px 20px;
}
.wufeng-dashboard-sheet-pagination {
  padding: 10px 8px;
  text-align: right;
}
.wufeng-dashboard-sheet-pagination-item {
  background: transparent;
}
.wufeng-dashboard-sheet-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-sheet-pagination li[class$='-pagination-simple-pager'] {
  height: 32px;
  line-height: 32px;
}
