.editor-dform-setting-modal-body .editor-drawer-content {
  overflow: visible;
}
.editor-dform-setting-modal-body .editor-drawer-content .editor-drawer-footer {
  text-align: right;
}
.editor-dform-setting-modal-body .editor-drawer-content .editor-drawer-footer .editor-btn {
  margin-left: 8px;
}
.editor-dform-setting-modal-body .editor-drawer-wrapper-body {
  position: relative;
}
.editor-dform-setting-modal-body .editor-dform-setting-container {
  padding: 16px 20px;
  height: 100%;
}
.editor-dform-setting-modal-body .editor-dform-setting-container-banner {
  height: calc(100% - 37px) !important;
}
.editor-dform-setting-modal-body .editor-drawer-body {
  padding: 0px;
}
.editor-dform-setting-modal-body .editor-drawer-body .editor-dform-setting-settingConfigContainer {
  overflow: auto;
}
.editor-dform-setting-modal-body .editor-drawer-body .editor-dform-setting-settingConfigContainer .editor-spin-nested-loading {
  height: 100%;
}
.editor-dform-setting-modal-body .editor-drawer-body .editor-dform-setting-settingConfigContainer .editor-spin-nested-loading .editor-spin-container {
  height: 100%;
}
.editor-dform-setting-modal-body .editor-drawer-body .editor-dform-setting-settingConfigContainer .editor-spin-nested-loading .editor-spin-container .editor-table {
  height: 100%;
}
.editor-dform-setting-modal-body .editor-drawer-body .editor-dform-setting-settingConfigContainer .editor-spin-nested-loading .editor-spin-container .editor-table .editor-table-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.editor-dform-setting-modal-body .editor-drawer-body .editor-dform-setting-settingConfigContainer .editor-spin-nested-loading .editor-spin-container .editor-table .editor-table-container .editor-table-body {
  flex: 1;
  overflow: auto;
}
.editor-dform-setting-banner {
  margin-top: -1px;
  border-top: 2px solid #fdaf4f;
}
.editor-dform-setting-title {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.editor-dform-setting-tb {
  display: flex;
  flex-wrap: wrap;
  width: 322px;
}
.editor-dform-setting-tips {
  color: #f47a1d;
  cursor: pointer;
}
.editor-dform-setting-tips i {
  margin-left: 4px;
}
.editor-dform-setting-modal-body::-webkit-scrollbar {
  display: none;
}
.editor-dform-setting-modal-body .editor-modal-body {
  padding: 12px 20px !important;
  flex: 1;
  overflow: hidden;
}
.editor-dform-setting-modal-body .editor-modal-content {
  display: flex;
  flex-direction: column;
  height: 600px;
}
.editor-dform-setting-row-dragging {
  display: flex;
  flex-direction: row;
  align-items: center;
  z-index: 10000 !important;
}
.editor-dform-setting-row-dragging span {
  margin-right: 8px;
}
.editor-dform-setting-form-expand {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 10px;
  margin-right: 6px;
}
.editor-dform-setting-form-expand svg {
  fill: rgba(28, 36, 46, 0.75);
}
.editor-dform-setting-form-expand span {
  margin-right: 0px;
}
.editor-dform-setting-row-dragging td {
  padding: 16px;
}
.editor-dform-setting-row-dragging .drag-visible {
  visibility: visible;
}
.editor-dform-setting-container {
  display: flex;
  flex-direction: column;
  min-width: 1018px;
  height: 100%;
}
.editor-dform-setting-container::-webkit-scrollbar {
  display: none;
}
.editor-dform-setting-container .bottomLine {
  display: inline-block;
  height: 1px;
  width: 100%;
  background-image: linear-gradient(to right, #e5e5e5 0%, #e5e5e5 50%, transparent 0%);
  background-size: 14px 1px;
  background-repeat: repeat-x;
  margin-bottom: 8px;
}
.editor-dform-setting-container .operation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 8px;
  height: 20px;
  font-size: 12px;
}
.editor-dform-setting-container .operation .editor-btn {
  display: flex;
  align-items: center;
  margin-left: 12px;
}
.editor-dform-setting-container .operation .editor-btn span {
  color: rgba(28, 36, 46, 0.55);
  font-size: 12px;
}
.editor-dform-setting-container .operation .editor-btn svg {
  margin-right: 7px;
  fill: rgba(28, 36, 46, 0.55);
}
.editor-dform-setting-container .operation .editor-btn:hover span,
.editor-dform-setting-container .operation .editor-btn:focus span {
  color: #47e;
}
.editor-dform-setting-container .operation .editor-btn:hover svg,
.editor-dform-setting-container .operation .editor-btn:focus svg {
  fill: #47e;
}
.editor-dform-setting-container .operation .editor-btn.locked span {
  color: rgba(28, 36, 46, 0.25);
}
.editor-dform-setting-container .operation .editor-btn.locked svg {
  fill: rgba(28, 36, 46, 0.25);
}
.editor-dform-setting-resize-handler {
  position: absolute;
  width: 13px;
  height: 44px;
  background-color: #e5e5e5;
  border-radius: 6px;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 0;
  cursor: pointer;
}
.editor-dform-setting-resize-handler::before,
.editor-dform-setting-resize-handler::after {
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 14px;
  background-color: rgba(28, 36, 46, 0.25);
}
.editor-dform-setting-resize-handler::after {
  right: 3px;
}
.editor-dform-setting-resize-handler::before {
  left: 3px;
}
