.x-table-filter-core {
  display: flex;
  flex-direction: row;
  height: 616px;
}
.x-table-filter-core-left {
  width: 0;
  flex: 1 0 auto;
  position: relative;
  .el-tabs__header {
    display: none;
  }
}
.x-table-filter-core-right {
  flex: 0 0 auto;
  margin-left: 10px;
  padding: 37px 0 0 10px;
  border-left: 1px solid #E4E7ED;
  .plan-list-btn-wrapper {
    padding-top: 15px;
    text-align: right;
  }
}
.top-btn-wrapper {
  position: relative;
  padding-bottom: 10px;
}
.top-btn-wrapper-left {
  .el-button {
    margin-left: 0 !important;
    &.active {
      background-color: #409EFF!important;
      border-color: #409EFF!important;
    }
  }
}
.top-btn-wrapper-right {
  position: absolute;
  top: 0;
  right: 0;
}
.condition-preview-wrapper {
  padding: 15px 0;
  height: 200px;
  .el-scrollbar {
    height: 100%;
  }
}
.bottom-btn-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
}
.meta-table-filter-table.vxe-table.border--full {
  tbody {
    td.vxe-body--column {
      padding: 0;
    }
    .vxe-cell {
      /*增加1px padding-right，因为vxe-table和el-table的border实现不一样*/
      padding: 0 1px 1px 0;
      .el-form-item {
        margin-bottom: 0;
      }
      .el-input-number {
        width: 100%;
      }
      .el-input__inner {
        border: none;
      }
    }
  }
}
.sort-top-wrapper {
  height: 300px;
}
.sort-bottom-wrapper {
  height: 250px;
}
.sort-top-col, .sort-bottom-col {
  text-align: center;
}
.sort-bottom-col > .el-button {
  margin-bottom: 10px;
  &:nth-of-type(3) {
    margin-top: 15px;
  }
  &:last-of-type {
    margin-bottom: 0;
  }
}
/*.table-config-left-wrapper, .table-config-right-wrapper {
  height: 550px;
}*/
.table-config-right-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  button.el-button {
    margin: 25px 0 0 0;
    &:first-child {
      margin: 0;
    }
  }
}
.plan-sort-table .el-form-item {
  margin-bottom: 0 !important;
  .el-form-item__content {
    line-height: unset;
  }
}
.plan-config-table.vxe-table.border--full {
  tbody {
    td.vxe-body--column {
      padding: 0;
    }
  }
  .plan-config-table-component {
    .vxe-cell {
      padding: 0 1px 1px 0;
    }
  }
  .el-checkbox {
    vertical-align: top;
  }
  .el-input__inner {
    border: none;
  }
}
.save-dialog-body {
  padding-right: 10px;
}
