.page-manage-balance-config .table-plan .el-form-item {
  margin-bottom: 0;
}
.page-manage-balance-config .query-pagination {
  margin-top: 20px;
}
.page-manage-balance-config .query-pagination .el-pagination {
  text-align: right;
}
.page-manage-balance-config .query-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-manage-balance-config .sort-style {
  cursor: pointer;
}
.page-manage-balance-config .header-table {
  margin-left: 5px;
  cursor: pointer;
}
.page-manage-balance-config .header-table .el-icon-caret-top {
  position: absolute;
  top: 2px;
}
.page-manage-balance-config .header-table .el-icon-caret-bottom {
  position: absolute;
  bottom: 2px;
}
.page-manage-balance-config .header-table .sort-color {
  color: #427bd4;
}

