.is-scrolling-none + .el-table__fixed-right {
  height: 100% !important;
}
.hint-msg {
  text-align: center;
}
.bg-table-color {
  background-color: #fafac2 !important;
}

.excute-planning-component .el-tabs__item {
  font-size: 12px;
}
.excute-planning-component .el-tabs__item.is-active {
  border-top: none;
}
.excute-planning-component .query-actions {
  display: flex;
  justify-content: space-between;
}
.excute-planning-component .is-scrolling-none + .el-table__fixed-right {
  height: 100% !important;
}

.planning-content {
  background: white;
}
.planning-content .el-tabs__item {
  font-size: 12px;
}
.planning-content .el-tabs__item.is-active {
  border-top: none;
}
.planning-content .el-form-item__label {
  font-size: 12px;
}
.planning-content .el-input__inner {
  font-size: 12px;
}
.planning-content .sort-style {
  cursor: pointer;
}
.planning-content .query-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.planning-content .header-table {
  margin-left: 5px;
  cursor: pointer;
}
.planning-content .header-table .el-icon-caret-top {
  position: absolute;
  top: 2px;
}
.planning-content .header-table .el-icon-caret-bottom {
  position: absolute;
  bottom: 2px;
}
.planning-content .header-table .sort-color {
  color: #427bd4;
}
.planning-content .is-scrolling-none + .el-table__fixed-right {
  height: 100% !important;
}

.is-scrolling-none + .el-table__fixed-right {
  height: 100% !important;
}
.hint-msg {
  text-align: center;
}

.agreemengt-content {
  background: white;
}
.agreemengt-content .el-tabs__item {
  font-size: 12px;
}
.agreemengt-content .el-tabs__item.is-active {
  border-top: none;
}
.agreemengt-content .el-form-item__label {
  font-size: 12px;
}
.agreemengt-content .el-input__inner {
  font-size: 12px;
}
.agreemengt-content .query-actions {
  display: flex;
  justify-content: space-between;
}
.agreemengt-content .is-scrolling-none + .el-table__fixed-right {
  height: 100% !important;
}

.planning-navigation-manage {
  background: white;
  margin: 10px;
  position: relative;
  top: 40px;
}
.planning-navigation-manage .el-radio-button__orig-radio:checked + .el-radio-button__inner::after {
  border-top: none;
}
.planning-navigation-manage .planning-navigation-tabs {
  position: absolute;
  top: -36px;
  left: -1px;
}
.planning-navigation-manage .el-radio-button__inner {
  background-color: #eaebf1;
}

