.editor-input-LoopContent-table {
  padding-top: 12px;
  flex: 1;
  height: 0;
}
.editor-input-LoopContent-table .editor-table-wrapper,
.editor-input-LoopContent-table .editor-spin-nested-loading,
.editor-input-LoopContent-table .editor-spin-container,
.editor-input-LoopContent-table .editor-table,
.editor-input-LoopContent-table .editor-table-container {
  height: 100%;
}
.editor-input-LoopContent-table .editor-table-tbody .editor-table-row td:first-child {
  overflow-x: auto;
  white-space: nowrap;
}
.editor-input-LoopContent-table-label {
  padding-left: 4px;
  display: inline-flex;
  align-items: center;
  vertical-align: -3px;
  white-space: nowrap;
}
.editor-input-LoopContent-table-label .compName {
  margin-left: 4px;
}
.editor-input-LoopContent-table tr th {
  height: 36px;
  padding: 0 12px !important;
  line-height: 22px;
}
.editor-input-LoopContent-table tr td {
  padding: 9px 12px !important;
}
.editor-input-LoopContent-table-btn-delete {
  color: #4477EE;
  font-size: 12px;
}
.editor-input-LoopContent-table-head {
  display: flex;
  align-items: center;
}
.editor-input-LoopContent-table-head .title {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.editor-input-LoopContent-table-head .clear {
  font-size: 12px;
  color: #417FFB;
  cursor: pointer;
}
.editor-input-LoopContent-table-head .clear:active {
  opacity: 0.85;
}
.editor-input-LoopContent-table .blurInput {
  position: relative;
  height: 24px;
  border-radius: 4px;
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  padding: 0 7px;
}
.editor-input-LoopContent-table .blurInput .editor-input-suffix {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  height: 100%;
  background: inherit;
  width: 20px;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.editor-input-LoopContent-table .blurInput.error {
  border: 1px solid #FF8D85;
}
.editor-input-LoopContent-table .blurInput.error:focus,
.editor-input-LoopContent-table .blurInput.error .editor-input-focused {
  box-shadow: 0 0 0 2px rgba(255, 141, 133, 0.2);
}
.editor-input-LoopContent-table .blurInput input.editor-input-sm {
  height: 22px;
}
.editor-input-LoopContent-table .blurInput input {
  height: 24px;
}
.editor-input-LoopContent-table .blurInput.showClear .editor-input-suffix {
  display: flex;
}
.editor-input-LoopContent-table .blurInput.showClear .editor-input-suffix .editor-input-clear-icon-hidden {
  visibility: visible;
}
.editor-input-LoopContent-table .blurInput:hover .editor-input-suffix .editor-input-input,
.editor-input-LoopContent-table .blurInput:hover .editor-input-suffix {
  opacity: 1;
}
.editor-input-LoopContent-table .bind-input-addon {
  height: 24px;
  width: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  padding: 0 1px;
}
.editor-input-LoopContent-DropdownCard {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  width: 400px;
  height: 300px;
  box-shadow: 0px 8px 24px 0px rgba(100, 103, 122, 0.24);
  border-radius: 4px;
}
.editor-input-LoopContent-DropdownCard-header {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #F2F3F5;
  padding: 0 12px;
}
.editor-input-LoopContent-DropdownCard-header .tabs {
  flex: 1;
}
.editor-input-LoopContent-DropdownCard-header .tabs .editor-tabs-tab {
  margin-right: 20px;
}
.editor-input-LoopContent-DropdownCard-header .right {
  display: flex;
  align-items: center;
}
.editor-input-LoopContent-DropdownCard-header .right .input {
  width: 180px;
  height: 24px;
}
.editor-input-LoopContent-DropdownCard-header .right .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 4px;
  height: 24px;
  width: 26px;
  border: 1px solid #DCDDE5;
  border-radius: 2px;
  cursor: pointer;
}
.editor-input-LoopContent-DropdownCard-header .right .btn .refreshIcon {
  transition: transform 0.2s;
  /* 平滑过渡 */
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.editor-input-LoopContent-DropdownCard-header .right .btn .refreshIcon.rotating {
  animation: rotate 1s linear infinite;
}
.editor-input-LoopContent-DropdownCard-content {
  flex: 1;
  overflow: hidden;
}
.editor-input-LoopContent-DropdownCard-content .editor-tabs-content-holder,
.editor-input-LoopContent-DropdownCard-content .editor-tabs-content,
.editor-input-LoopContent-DropdownCard-content .editor-tabs-tabpane {
  height: 100%;
}
.editor-input-LoopContent-DropdownCard-content .tree-item {
  padding: 0 12px;
  height: 28px;
  overflow: hidden;
  cursor: pointer;
  font-size: 12px;
  color: rgba(28, 36, 46, 0.85);
}
.editor-input-LoopContent-DropdownCard-content .tree-item:hover {
  background: rgba(68, 119, 238, 0.08);
}
.editor-input-LoopContent-DropdownCard-content .tree-item > span {
  display: inline-flex;
  align-items: center;
  height: 100%;
}
.editor-input-LoopContent-DropdownCard-content .tree-item .tree-item-subtitle {
  color: rgba(28, 36, 46, 0.45);
}
.editor-input-LoopContent-DropdownCard-content .func-container {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.editor-input-LoopContent-DropdownCard-content .func-container .func-main {
  flex: 1;
  display: flex;
  flex-direction: row;
  padding-top: 4px;
  height: 0;
}
.editor-input-LoopContent-DropdownCard-content .func-container .func-main .func-catalogue {
  width: 108px;
  height: 100%;
  overflow-y: auto;
  border-right: 1px solid #F2F3F5;
}
.editor-input-LoopContent-DropdownCard-content .func-container .func-main .func-catalogue .catalogue-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 4px 12px;
  height: 28px;
  cursor: pointer;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: rgba(28, 36, 46, 0.85);
}
.editor-input-LoopContent-DropdownCard-content .func-container .func-main .func-catalogue .catalogue-item:hover {
  background-color: #f5f5f5;
}
.editor-input-LoopContent-DropdownCard-content .func-container .func-main .func-catalogue .catalogue-item.catalogue-item-selected {
  background: rgba(68, 119, 238, 0.08);
}
.editor-input-LoopContent-DropdownCard-content .func-container .func-main .func-list {
  flex: 1;
  height: 100%;
  overflow-y: auto;
}
.editor-input-LoopContent-DropdownCard-content .func-container .func-main .func-list .none-leaf .editor-tree-switcher-noop {
  width: 12px;
  margin-left: 0;
}
.editor-input-LoopContent-DropdownCard-content .func-container .func-main .func-list .editor-tree-switcher {
  display: flex;
  align-items: center;
  justify-content: center;
}
.editor-input-LoopContent-DropdownCard-content .func-container .func-main .func-list .func-title {
  line-height: 28px;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
}
.editor-input-LoopContent-DropdownCard-content .func-container .func-main .func-list .editor-tree .editor-tree-node-content-wrapper.editor-tree-node-selected,
.editor-input-LoopContent-DropdownCard-content .func-container .func-main .func-list .editor-tree .editor-tree-node-content-wrapper:hover {
  background-color: transparent;
}
.editor-input-LoopContent-DropdownCard-content .func-container .func-main .func-list .editor-tree-node-content-wrapper {
  width: 100%;
}
.editor-input-LoopContent-DropdownCard-content .func-container .func-main .func-list .editor-tree-node-content-wrapper .editor-tree-title {
  width: 100%;
  height: 100%;
  display: block;
}
.editor-input-LoopContent-DropdownCard-content .func-container .func-main .func-list .editor-tree-treenode {
  width: 100%;
  padding-bottom: 0px;
  font-size: 12px;
  height: 28px;
  line-height: 28px !important;
  border-radius: 2px;
  cursor: pointer;
}
.editor-input-LoopContent-DropdownCard-content .func-container .func-main .func-list .editor-tree-treenode:hover {
  background-color: #f5f5f5;
}
.editor-input-LoopContent-DropdownCard-content .func-container .func-main .func-list .editor-tree-treenode.editor-tree-treenode-selected {
  background-color: rgba(68, 119, 238, 0.08);
}
.editor-input-LoopContent-DropdownCard-content .func-container .func-footer {
  position: relative;
  height: 100px;
  padding: 12px;
  border-top: 1px solid #F2F3F5;
}
.editor-input-LoopContent-DropdownCard-content .func-container .func-footer .margin-view-overlays {
  background-color: #F7F8FA;
  font-size: 12px;
  border-right: 1px solid #EBEBF0;
  width: 20px !important;
}
.editor-input-LoopContent-DropdownCard-content .func-container .func-footer .margin-view-overlays .current-line {
  width: 20px !important;
}
.editor-input-LoopContent-DropdownCard-content .func-container .func-footer .margin-view-overlays .line-numbers {
  color: rgba(28, 36, 46, 0.85);
}
.editor-input-LoopContent-DropdownCard-content .func-container .func-footer .monaco-editor {
  border-radius: 2px;
  border: 1px solid #EBEBF0;
  overflow: hidden;
}
.editor-input-LoopContent-DropdownCard-content .func-container .func-footer .monaco-editor .monaco-scrollable-element {
  left: 20px !important;
  width: 356px !important;
}
.editor-input-LoopContent-DropdownCard-content .func-container .func-footer .monaco-editor .view-overlays .current-line {
  display: none;
}
.editor-input-LoopContent-DropdownCard-content .func-container .func-footer .footer-btn {
  position: absolute;
  right: 20px;
  bottom: 13px;
  left: 34px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  background-color: #fff;
}
.editor-input-LoopContent-DropdownCard-content .func-container .func-footer .footer-btn .btn {
  height: 20px;
  font-size: 12px;
  color: #4477EE;
  line-height: 20px;
  cursor: pointer;
}
.editor-input-LoopContent-DropdownCard-content .func-container .func-footer .footer-btn .btn:active {
  opacity: 0.8;
}
.editor-input-LoopContent-DropdownCard-content .func-container .func-footer .footer-btn .reset {
  color: rgba(28, 36, 46, 0.85);
}
.editor-input-LoopContent-DropdownCard-content .func-container .func-footer .placeholder {
  position: absolute;
  top: 14px;
  left: 38px;
  font-size: 12px;
  color: rgba(28, 36, 46, 0.35);
  line-height: 18px;
  pointer-events: none;
}
.editor-input-LoopContent-DropdownCard-content .field-content-empty {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.editor-input-LoopContent-DropdownCard-content .field-content {
  height: 100%;
  overflow: auto;
}
