
[data-v-1f04ee08] .list-group::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-1f04ee08] .list-group::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.2);
}
[data-v-1f04ee08] .list-group::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}
[data-v-1f04ee08] .list-group::-webkit-scrollbar-thumb:active {
  background: rgba(0, 0, 0, 0.5);
}
[data-v-1f04ee08] .list-group::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: transparent;
}
[data-v-1f04ee08] .el-table--mini .el-table__cell { padding: 1px 0;
}
[data-v-1f04ee08] .el-button--primary.is-plain {
  color: #0089ff;
  background: #ffffff;
  border-color: #0089ff;
  font-weight: bold;
  -webkit-box-shadow: 1px 1px 1px 0px rgba(7, 64, 127, 0.4);
          box-shadow: 1px 1px 1px 0px rgba(7, 64, 127, 0.4);
}
[data-v-1f04ee08] .el-button--primary.is-plain:hover,[data-v-1f04ee08] .el-button--primary.is-plain:focus {
  color: #0089ff;
  background: #d3ebfd;
  border-color: #0089ff;
}
[data-v-1f04ee08] .el-button--primary.is-plain:active {
  color: #fff;
  background: #0089ff;
  border-color: #0089ff;
}
[data-v-1f04ee08] .el-input--mini .el-input__inner {
  height: 22px;
  line-height: 22px;
}
[data-v-1f04ee08] .el-pagination__sizes {
  margin-top: -1px;
}
[data-v-1f04ee08] .el-pagination__sizes .el-input--mini .el-input__inner {
  height: 22px;
  line-height: 22px;
}
[data-v-1f04ee08] .el-dialog__header { font-weight: bold; padding-top: 15px;
}
[data-v-1f04ee08] .el-dialog--center .el-dialog__body { padding: 0 25px 30px;
}
[data-v-1f04ee08] .el-dialog__body { padding: 10px 20px;
}
[data-v-1f04ee08] .dialog-footer { text-align: center;
}
.wrapperBox[data-v-1f04ee08] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.boxTop[data-v-1f04ee08] {
  height: calc(50vh);
}
.boxResize[data-v-1f04ee08] {
  position: relative;
  z-index: 10;
  width: calc(100% - 2px);
  -ms-flex-preferred-size: 7px;
      flex-basis: 7px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: n-resize;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.boxResize[data-v-1f04ee08]::after {
  content: '....';
  position: absolute;
  top: -11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: bold;
}
.dragIcon[data-v-1f04ee08] {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
.boxBottom[data-v-1f04ee08] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.el-autocomplete-suggestion[data-v-1f04ee08] {
  width: 260px !important;
}
.formSt[data-v-1f04ee08] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 36px;
}
.search[data-v-1f04ee08] {
  width: 80px;
  height: 32px;
}
.serch[data-v-1f04ee08]{ margin-left: 10px;
}
.pagination[data-v-1f04ee08] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table-border[data-v-1f04ee08] {
  height: calc(100% - 36px);
  background-color: #fff;
  border: solid 1px #ccc;
  position: relative;
}
.table-border[data-v-1f04ee08]  .el-loading-spinner i { font-size: 30px;
}
[data-v-1f04ee08] .boxTop .el-table--border { height: calc(100% - 25px);
}
[data-v-1f04ee08] .boxBottom .el-table--border { height: 100%;
}
[data-v-1f04ee08] .el-table thead tr,[data-v-1f04ee08] .el-table thead tr th { background-color: #e7e8ec;
}
[data-v-1f04ee08] .boxTop .el-table__body-wrapper,[data-v-1f04ee08] .boxBottom .el-table__body-wrapper {
  height: calc(100% - 27px);
  width: 100%;
  overflow: auto;
}
[data-v-1f04ee08] .el-table__cell.el-table__expanded-cell {
  padding: 0;
}
.bottomTableArea[data-v-1f04ee08] {
  height: calc(100% - 35px);
  overflow: hidden;
}
/* 解决自定义滚动条高度后左侧固定列高度没有贴合表格底部问题 */
.customTable[data-v-1f04ee08]  .el-table__fixed { height: calc(100% - 10px) !important;
}
.customTable[data-v-1f04ee08]  .el-table__fixed-body-wrapper { height: calc(100% - 25px) !important;
}
.customTable[data-v-1f04ee08]  .el-table__fixed-right::before,
.customTable[data-v-1f04ee08]  .el-table__fixed::before { background-color: transparent;
}
.container-component[data-v-1f04ee08] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.flexBottom[data-v-1f04ee08] {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  font-size: 13px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex[data-v-1f04ee08] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex p[data-v-1f04ee08] {
  padding-right: 10px;
}
.list-group[data-v-1f04ee08] {
  min-height: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  max-height: 500px;
  overflow-y: auto;
}
.list-group-item[data-v-1f04ee08] {
  cursor: move;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 8px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.list-group-item span[data-v-1f04ee08]:first-child {
  margin-right: 8px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
[data-v-1f04ee08] .list-group-item .el-switch__label * { font-size: 12px;
}
.dialog-title[data-v-1f04ee08] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5px;
}
.dialog-msg[data-v-1f04ee08] {
  font-weight: bold;
  line-height: 30px;
}
.dialog-button[data-v-1f04ee08]{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-top: 10px;
}
.other-btn[data-v-1f04ee08]{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
[data-v-1f04ee08] .el-table thead { color: #000;
}
[data-v-1f04ee08] .el-table th.el-table__cell>.cell,[data-v-1f04ee08] .el-table--border .el-table__cell:first-child .cell { padding: 0 5px;
}
[data-v-1f04ee08] .el-table .cell {
  white-space: nowrap;
  padding: 0 5px;
}
.indexPath-container[data-v-1f04ee08]{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.indexPathImg[data-v-1f04ee08]{
  display: block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
.statistics[data-v-1f04ee08] {
  position: absolute;
  left: 10px;
  bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
}
.statistics p[data-v-1f04ee08] {
  margin: 0 10px 0 0;
}
.statistics p span[data-v-1f04ee08] {
  font-weight: bold;
  color: #0042ff;
}
[data-v-1f04ee08] .el-table tr.gray-row {
  background: #eee;
}
[data-v-1f04ee08] .el-table tr.gray-row td,[data-v-1f04ee08] .el-table__body tr.gray-row.current-row > td.el-table__cell {
  background-color: #eee !important;
}
[data-v-1f04ee08] .el-table--enable-row-hover .el-table__body tr.gray-row:hover>td.el-table__cell {
  background-color: #F5F7FA !important;
}
[data-v-1f04ee08] .advancedQuery .el-form-item { margin-bottom: 10px;
}
.customTable[data-v-1f04ee08]  .el-table__body td.el-table__cell .checkDetails { color: #00b0ff; text-decoration: underline; cursor: pointer;
}
.customTable[data-v-1f04ee08]  .el-table__body tr.current-row > td.el-table__cell .checkDetails { color: #fff !important;
}
.customTable[data-v-1f04ee08]  .el-table__column-filter-trigger {
  line-height: normal !important;
}

