@charset "UTF-8";
/**
 * @description 全局主题变量配置
 */
/* stylelint-disable */
[data-v-4b06e4c6]:export {
  menu-color: #25293c;
  menu-color-active: rgba(255, 255, 255, 0.95);
  menu-background: white;
}
.mg-pagination-table .mg-table-topbar[data-v-4b06e4c6] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.mg-pagination-table .mg-table-topbar .topbar-left[data-v-4b06e4c6],
.mg-pagination-table .mg-table-topbar .topbar-right[data-v-4b06e4c6] {
  position: relative;
  display: flex;
  align-items: center;
}
.mg-pagination-table .mg-table-topbar .topbar-left .mg-icon-full-screen[data-v-4b06e4c6] .el-icon-full-screen:before,
.mg-pagination-table .mg-table-topbar .topbar-right .mg-icon-full-screen[data-v-4b06e4c6] .el-icon-full-screen:before {
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 16px;
}
.mg-pagination-table .mg-table--header .mg-customer-table-header-cell-label[data-v-4b06e4c6] {
  border-bottom: 1px solid #ebeef5;
}
.mg-pagination-table .mg-customer-table-header-cell-label[data-v-4b06e4c6] {
  height: 28px;
  line-height: 28px;
  box-sizing: border-box;
  font-family: PingFang SC, -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Arial, Hiragino Sans GB, Microsoft Yahei, STHeiti, SimSun, sans-serifsans-serif;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mg-pagination-table .mg-customer-table-header-cell-body[data-v-4b06e4c6] {
  padding: 0 5px;
}
.mg-pagination-table .mg-customer-table-container[data-v-4b06e4c6] .el-table__header .oddHeaderCellColspan:nth-child(odd), .mg-pagination-table .mg-customer-table-container[data-v-4b06e4c6] .el-table__header .inheritOddHeaderCellColspan {
  background: #d2efc8;
}
.mg-pagination-table .mg-customer-table-container[data-v-4b06e4c6] .el-table__header .oddHeaderCellColspan:nth-child(even), .mg-pagination-table .mg-customer-table-container[data-v-4b06e4c6] .el-table__header .inheritEvenHeaderCellColspan {
  background: #ffe3a6;
}
.mg-pagination-table .mg-customer-table-container[data-v-4b06e4c6] .eventHeaderCellColspan:nth-child(odd) {
  background: #bcd4ff;
}
.mg-pagination-table .mg-customer-table-container[data-v-4b06e4c6] .eventHeaderCellColspan:nth-child(even) {
  background: #ffc3c3;
}
.mg-pagination-table .mg-customer-table-headerAlign[data-v-4b06e4c6] .el-table__cell {
  vertical-align: middle !important;
}
.mg-pagination-table .mg-large-pagination[data-v-4b06e4c6] {
  margin-top: 10px;
}
.mg-table--full-screen[data-v-4b06e4c6] {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow: auto;
  margin: 0;
  height: calc(100vh - 10px);
  background: #fff;
}
[data-v-4b06e4c6] .el-table__column-filter-trigger {
  display: none !important;
}
[data-v-4b06e4c6] .el-table th.el-table__cell > .cell.highlight {
  color: #000000;
}
[data-v-4b06e4c6] * {
  transition: none;
}
