.getService-params .custparams-table {
  margin-top: 2px;
  table-layout: fixed;
  border-radius: 6px;
}
.getService-params .custparams-table .react-resizable .react-resizable-handle {
  right: -1px;
  width: 1px;
  height: 102%;
}
.getService-params .custparams-table .react-resizable .react-resizable-handle.resize-hover {
  background-color: #47e;
}
.getService-params .custparams-table .react-resizable .react-resizable-handle::before {
  content: '';
  position: absolute;
  left: -2px;
  right: -2px;
  height: 100%;
}
.getService-params .custparams-table .editor-table-wrapper {
  border-radius: 6px;
}
.getService-params .custparams-table .editor-table-wrapper button.editor-table-row-expand-icon-spaced {
  width: 0;
}
.getService-params .custparams-table .editor-table-wrapper .editor-table-content::-webkit-scrollbar {
  height: 4px;
}
.getService-params .custparams-table .editor-table-wrapper .editor-table-content::-webkit-scrollbar-thumb {
  width: 20px;
  background: #d8d8d8;
  border-radius: 2px;
}
.getService-params .custparams-table .editor-table-wrapper .editor-table-content::-webkit-scrollbar-track,
.getService-params .custparams-table .editor-table-wrapper .editor-table-content::-webkit-scrollbar,
.getService-params .custparams-table .editor-table-wrapper .editor-table-content::-webkit-scrollbar-corner {
  background: transparent;
  border-radius: 2px;
}
.getService-params .custparams-table .editor-table-wrapper .editor-table-content::-webkit-scrollbar-track {
  border-color: transparent;
}
.getService-params .custparams-table .editor-table-wrapper td.codeTd {
  max-width: 135px;
}
.getService-params .custparams-table .editor-table-wrapper td.valueTd {
  max-width: 180px;
}
.getService-params .custparams-table .editor-table-wrapper td.valueTd .editor-cascader .editor-select-selector .editor-select-selection-search-input {
  height: 22px !important;
  line-height: 22px !important;
}
.getService-params .custparams-table .editor-table-wrapper .editor-table {
  border-radius: 6px;
}
.getService-params .custparams-table .editor-table-wrapper .editor-table .editor-table-body {
  margin: 0;
}
.getService-params .custparams-table .editor-table-wrapper .editor-table .editor-table-body::-webkit-scrollbar {
  width: 0;
}
.getService-params .custparams-table .editor-table-wrapper .editor-table table {
  table-layout: fixed;
}
.getService-params .custparams-table .editor-table-wrapper .editor-table table .editor-table-thead > tr > th {
  color: rgba(28, 36, 46, 0.85);
  font-weight: 600;
}
.getService-params .custparams-table .editor-table-wrapper .editor-table table .editor-table-tbody > tr > td {
  color: rgba(28, 36, 46, 0.85);
  line-height: 16px;
}
.getService-params .custparams-table .editor-table-wrapper .editor-table table .editor-table-tbody > tr > td .editor-table-row-expand-icon {
  position: relative;
  display: inline-block;
  width: 12px;
  transform: scale(1);
  border-color: #e5e5e5;
  height: 12px;
  background: rgba(255, 255, 255, 0.25);
}
.getService-params .custparams-table .editor-table-wrapper .editor-table table .editor-table-tbody > tr > td .editor-table-row-expand-icon::after {
  position: absolute;
  bottom: auto;
  background-color: #e5e5e5;
}
.getService-params .custparams-table .editor-table-wrapper .editor-table table .editor-table-tbody > tr > td .editor-table-row-expand-icon::before {
  position: absolute;
  left: 2px;
  background-color: #e5e5e5;
  right: 2px;
  top: 4.5px;
}
.getService-params .custparams-table .editor-table-wrapper .editor-table table .editor-table-tbody > tr > td .editor-table-row-expand-icon.editor-table-row-expand-icon-collapsed::after {
  left: 50%;
  transform: translateX(-50%);
  bottom: 2px;
  top: 2px;
}
.getService-params .custparams-table .editor-table-wrapper .editor-table table .editor-table-tbody > tr:hover td {
  background: rgba(255, 255, 255, 0.15);
}
.getService-params .custparams-table .editor-table-wrapper .editor-table table .editor-table-thead > tr > th,
.getService-params .custparams-table .editor-table-wrapper .editor-table table .editor-table-tbody > tr > th,
.getService-params .custparams-table .editor-table-wrapper .editor-table table .editor-table-thead > tr > td,
.getService-params .custparams-table .editor-table-wrapper .editor-table table .editor-table-tbody > tr > td {
  padding: 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-width: 1px;
}
.getService-params .custparams-table .editor-table-wrapper .editor-table .editor-table-body::-webkit-scrollbar {
  height: 0;
}
.getService-params .custparams-table .editor-table-wrapper .editor-table .editor-table-hide-scrollbar::-webkit-scrollbar {
  height: 0;
  min-height: 0;
  border: none !important;
}
.getService-params .custparams-table .editor-table-wrapper .editor-table-placeholder {
  margin: 0;
  background: rgba(255, 255, 255, 0.25);
  border: none;
  border-radius: 6px;
}
.getService-params .custparams-table .editor-table-wrapper .editor-table-placeholder .editor-empty-description {
  color: rgba(28, 36, 46, 0.85);
}
.getService-params .custparams-table .editor-cascader-picker {
  width: 100%;
  font-size: 12px;
}
.getService-params .custparams-table .td {
  display: flex;
  align-items: center;
}
.getService-params .custparams-table .subText {
  padding-left: 4px;
  color: rgba(28, 36, 46, 0.45);
  font-size: 12px;
}
.getService-params .custparams-table .tableSearch {
  display: flex;
  align-items: center;
  column-gap: 8px;
  justify-content: space-between;
}
.getService-params .custparams-table .tableSearch .editor-input-affix-wrapper {
  display: flex;
  justify-content: space-between;
  flex: 0 1 20px;
  overflow: hidden;
  align-items: center;
  padding: 0 4px;
  height: 20px;
  transition: all 0.3s;
  background-color: #f7f8fa;
  border: 0;
  border-radius: 6px;
}
.getService-params .custparams-table .tableSearch .editor-input-affix-wrapper.editor-input-affix-wrapper-sm input {
  flex: 1;
  height: 20px;
  line-height: 18px;
  background-color: #f7f8fa;
  width: 0;
}
.getService-params .custparams-table .tableSearch .editor-input-affix-wrapper:hover,
.getService-params .custparams-table .tableSearch .editor-input-affix-wrapper:focus,
.getService-params .custparams-table .tableSearch .editor-input-affix-wrapper.editor-input-affix-wrapper-focused,
.getService-params .custparams-table .tableSearch .editor-input-affix-wrapper.editor-input-affix-wrapper-input-with-clear-btn {
  flex: 1;
}
.getService-params .custparams-table .tableSearch .editor-input-affix-wrapper.editor-input-affix-wrapper-input-with-clear-btn .after-search-icon {
  display: none;
}
.getService-params .custparams-table .tableSearch .editor-input-affix-wrapper.editor-input-affix-wrapper-input-with-clear-btn .editor-input-suffix .editor-input-clear-icon {
  display: block;
}
.getService-params .custparams-table .tableSearch .editor-input-affix-wrapper .editor-input-suffix {
  margin-left: 0;
}
.getService-params .custparams-table .tableSearch .editor-input-affix-wrapper .editor-input-suffix .editor-input-clear-icon {
  display: none;
}
.getService-params .custparams-table .tableSearch .editor-input-affix-wrapper .editor-input-suffix > span {
  cursor: pointer;
  display: flex;
  fill: #8e9198;
}
.getService-params .custparams-table .normal {
  position: relative;
}
.getService-params .custparams-table .normal + .deletable::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to left, transparent 0%, transparent 50%, #ff7474 50%, #ff7474 100%);
  background-size: 10px 1px;
  background-repeat: repeat-x;
  top: 0;
}
.getService-params .custparams-table .deletable {
  background-color: #FFF9F9;
  position: relative;
}
.getService-params .custparams-table .deletable + .normal::after,
.getService-params .custparams-table .deletable:first-child::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to left, transparent 0%, transparent 50%, #ff7474 50%, #ff7474 100%);
  background-size: 9px 1px;
  background-repeat: repeat-x;
  top: 0;
}
.getService-params .custparams-table .deletable:last-child td.editor-table-cell.codeTd::after,
.getService-params .custparams-table .deletable:last-child td.editor-table-cell.valueTd::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to left, transparent 0%, transparent 50%, #ff7474 50%, #ff7474 100%);
  background-size: 8px 1px;
  background-repeat: repeat-x;
  bottom: 0px;
}
.getService-params .custparams-table .deletable td.editor-table-cell.codeTd::before,
.getService-params .custparams-table .deletable td.editor-table-cell.valueTd::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 2px;
  background: linear-gradient(to bottom, transparent 0%, transparent 50%, #ff7474 50%, #ff7474 100%);
  background-size: 1px 9px;
  background-repeat: repeat-y;
  top: 0;
}
.getService-params .custparams-table .deletable td.editor-table-cell.codeTd::before {
  left: -1px;
}
.getService-params .custparams-table .deletable td.editor-table-cell.valueTd::before {
  right: -1px;
}
.getService-params .custparams-table .deletable td.editor-table-cell.codeTd,
.getService-params .custparams-table .deletable td.editor-table-cell.valueTd {
  background-color: #FFF9F9;
}
.getService-params .custparams-table .valueWrap {
  display: flex;
  align-items: center;
}
.getService-params .custparams-table .valueWrap .valueItem {
  flex: 1.5;
  overflow: hidden;
}
.getService-params .custparams-table .valueWrap .valueItem .editor-select {
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
}
.getService-params .custparams-table .valueWrap .dot {
  flex: 1;
}
.getService-params .custparams-table .valueWrap .dot .editor-select {
  width: 100% !important;
}
.getService-params .custparams-table .valueWrap .dot .editor-select textarea.editor-input {
  resize: vertical !important;
}
.getService-params .custparams-table .valueWrap .dot .editor-input.editor-input-sm {
  height: 22px;
  line-height: 22px;
}
.getService-params .custparams-table .valueWrap .deletableIcon {
  fill: rgba(28, 36, 46, 0.45);
  margin-left: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 24px;
}
.getService-params .custparams-table .dot {
  position: relative;
  padding-left: 8px !important;
}
.getService-params .custparams-table .dot::before {
  position: absolute;
  top: 20px;
  left: 3px;
  width: 2px;
  height: 2px;
  background: #4477EE;
  border-radius: 50%;
  content: '';
}
.getService-params .custparams-table .dot .editor-input.editor-input-sm {
  height: 24px;
  line-height: 24px;
}
.getService-params .custparams-table .dot .textArea {
  min-height: 24px !important;
  height: 24px;
}
.getService-params .code {
  display: flex;
  flex-direction: column;
}
.getService-params .codeTitle {
  width: auto;
  display: flex;
  color: rgba(28, 36, 46, 0.85);
}
.getService-params .codeTitle .paramName {
  overflow: hidden;
  color: rgba(28, 36, 46, 0.85);
  white-space: nowrap;
  text-overflow: ellipsis;
}
.getService-params .codeTitle .paramRequired {
  display: inline-block;
  color: #ff4d4f;
  font-size: 12px;
  transform: translateY(25%);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  line-height: 1;
}
.getService-params .codeSubTitle {
  display: inline-block;
  max-width: 156px;
  overflow: hidden;
  color: rgba(28, 36, 46, 0.45);
  white-space: nowrap;
  text-overflow: ellipsis;
}
.getService-params .dropdown {
  @include scrollBar;
  max-height: 60vh !important;
  overflow: auto;
}
.getService-params .dropdown .editor-select-search__field {
  height: 28px;
}
.getService-params .cascader .editor-cascader-menu-item {
  max-width: 280px;
  padding: 4px 12px;
  overflow: hidden;
  color: rgba(28, 36, 46, 0.85);
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.getService-params .cascader .editor-cascader-menu-item .editor-cascader-menu-item-content {
  display: flex;
  flex-wrap: wrap;
}
.getService-params .cascader .editor-cascader-menu-item-active {
  color: #4477ee;
  background: rgba(68, 119, 238, 0.06);
}
.getService-params .cascader .subText {
  padding-left: 4px;
  color: rgba(28, 36, 46, 0.45);
}
.getService-params .cascader .divider {
  padding: 0 4px;
}
.getService-params .fill {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.getService-params .fill:hover .btn {
  display: block;
}
.getService-params .fill .btn {
  margin-left: 12px;
  color: #4477ee;
  font-size: 12px;
  background: transparent;
  border: none;
  display: none;
}
.getService-params .emptyTips {
  padding-top: 12px;
  color: rgba(28, 36, 46, 0.45);
  font-size: 12px;
}
.getService-params .tag {
  display: inline-block;
  margin-right: 8px;
  border-radius: 2px;
  width: 44px;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  height: 20px;
}
