
[data-v-5883383e] .list-group::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-5883383e] .list-group::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.2);
}
[data-v-5883383e] .list-group::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}
[data-v-5883383e] .list-group::-webkit-scrollbar-thumb:active {
  background: rgba(0, 0, 0, 0.5);
}
[data-v-5883383e] .list-group::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: transparent;
}
[data-v-5883383e] .el-tabs--card {
  height: 100%;
}
[data-v-5883383e] .el-tabs__header {
  margin-bottom: 0;
}
.el-tabs--card>.el-tabs__header[data-v-5883383e] {
  margin-bottom: 0 !important;
}
[data-v-5883383e] .el-tabs__content {
  height: calc(100% - 49px);
  padding: 8px 0 0 !important;
}
[data-v-5883383e] .el-tab-pane {
  height: 100%;
}
[data-v-5883383e] .el-table--mini .el-table__cell {
  padding: 1px 0;
}
[data-v-5883383e] .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-5883383e] .el-button--primary.is-plain:hover,[data-v-5883383e] .el-button--primary.is-plain:focus {
  color: #0089ff;
  background: #d3ebfd;
  border-color: #0089ff;
}
[data-v-5883383e] .el-button--primary.is-plain:active {
  color: #fff;
  background: #0089ff;
  border-color: #0089ff;
}
[data-v-5883383e] .el-pagination__sizes {
  margin-top: -1px;
}
[data-v-5883383e] .el-pagination__sizes .el-input--mini .el-input__inner {
  height: 22px;
  line-height: 22px;
}
[data-v-5883383e] .el-dialog__header {
  font-weight: bold;
  padding-top: 15px;
}
[data-v-5883383e] .el-dialog--center .el-dialog__body {
  padding: 0 25px 30px;
}
[data-v-5883383e] .el-dialog__body {
  padding: 10px 20px;
}
[data-v-5883383e] .dialog-footer {
  text-align: center;
}
.el-autocomplete-suggestion[data-v-5883383e] {
  width: 260px !important;
}
.searchPannel[data-v-5883383e] {
  margin-bottom: 8px;
}
[data-v-5883383e] .searchPannel .el-form-item--small.el-form-item,[data-v-5883383e] .searchPannel .el-form-item {
  margin-bottom: 0;
.el-form-item__content{
    line-height: 26px;
.el-input__inner{
      height: 26px;
      line-height: 26px;
}
}
}
.formSt[data-v-5883383e] {
  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;
}
.search[data-v-5883383e] {
  height: 26px;
  padding: 0 10px;
  border: 0;
  min-width: 65px;
}
.serch[data-v-5883383e] {
  margin-left: 10px;
}
.pagination[data-v-5883383e] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table-border[data-v-5883383e] {
  background-color: #fff;
  border: solid 1px #ccc;
  position: relative;
}
.table-border[data-v-5883383e]  .el-loading-spinner i {
  font-size: 30px;
}
[data-v-5883383e] .el-table thead tr,[data-v-5883383e] .el-table thead tr th {
  background-color: #e7e8ec;
}

/* 解决自定义滚动条高度后左侧固定列高度没有贴合表格底部问题 */
.customTable[data-v-5883383e]  .el-table__fixed {
  height: calc(100% - 8px) !important;
}
.customTable[data-v-5883383e]  .el-table__fixed-body-wrapper {
  height: calc(100% - 25px) !important;
}
.customTable[data-v-5883383e]  .el-table__fixed-right::before,
.customTable[data-v-5883383e]  .el-table__fixed::before {
  background-color: transparent;
}
.customTable[data-v-5883383e]  .el-table__header-wrapper .el-checkbox,
.customTable[data-v-5883383e]  .el-table__fixed-header-wrapper .el-checkbox {
  display: none;
}
.container-component[data-v-5883383e] {
  height: 100%;
  overflow: hidden;
}
.flexBottom[data-v-5883383e] {
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 5px;
  font-size: 13px;
  padding: 0 10px;
}
.flex[data-v-5883383e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex p[data-v-5883383e] {
  padding-right: 10px;
}
.list-group[data-v-5883383e] {
  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-5883383e] {
  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-5883383e]:first-child {
  margin-right: 8px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
[data-v-5883383e] .list-group-item .el-switch__label * {
  font-size: 12px;
}
.tableSet[data-v-5883383e] {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  padding: 0 2px 0 5px;
  height: 26px;
  line-height: 26px;
  cursor: pointer;
  background-color: #e7e8ec;
  text-align: right;
}
.tableSet[data-v-5883383e]:hover {
  color: #00b0ff;
}
.dialog-title[data-v-5883383e] {
  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-5883383e] {
  font-weight: bold;
  line-height: 30px;
}
.dialog-button[data-v-5883383e] {
  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-5883383e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
[data-v-5883383e] .el-table thead {
  color: #000;
}
[data-v-5883383e] .el-table th.el-table__cell>.cell,[data-v-5883383e] .el-table--border .el-table__cell:first-child .cell {
  padding: 0 5px;
}
[data-v-5883383e] .el-table .cell {
  white-space: nowrap;
  padding: 0 5px;
}
[data-v-5883383e] .dialogDragVerify .el-dialog__body {
  padding: 0;
}
[data-v-5883383e] .el-table .el-table__expand-icon {
  position: relative;
  top: 3px;
  left: 1px;
  width: 14px !important;
  height: 14px !important;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOBAMAAADtZjDiAAAAIVBMVEUAAABVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVUMftYpAAAACnRSTlMA8q1wEcMn6cQlD/sokgAAAEdJREFUCNdj4FRctWqV0ASGdBMGBgbnMgZlBhAwYhBhYAhlYHBkWMDAsIqBgQtBswLVB0DpBi50eZC+CKA+mDlwc9nA9iQAAMNvFYUxTEFRAAAAAElFTkSuQmCC) no-repeat;
  background-size: 100% 100%;
}
[data-v-5883383e] .el-table .el-table__expand-icon .el-icon-arrow-right {
  display: none;
}
[data-v-5883383e] .el-table .el-table__expand-icon--expanded {
  -webkit-transform: none;
          transform: none;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOBAMAAADtZjDiAAAAJFBMVEUAAABVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVUeuHriAAAAC3RSTlMA8q0Rbifpw3YlxITBiokAAAA9SURBVAjXY+BU3L17t9AEhjBnBgYGk1QGFQYQaGIQBtOGDBvANDeCZgeqL4DSC7jR5WH6YObAzWUF2xMAAGeSE9FRmo1JAAAAAElFTkSuQmCC) no-repeat;
  background-size: 100% 100%;
}
[data-v-5883383e] .el-table .firstLine {
  font-weight: bold;
  color: #000;
}
[data-v-5883383e] .el-table .el-table__row.current-row .firstLine {
  color: #fff;
}

