.editor-compState-table {
  margin-top: 2px;
  border-radius: 6px;
}
.editor-compState-table :global .editor-table-wrapper {
  border-radius: 6px;
}
.editor-compState-table :global .editor-table-wrapper .editor-table {
  border: none;
  border-radius: 6px;
}
.editor-compState-table :global .editor-table-wrapper .editor-table .editor-table-content {
  margin: 0;
}
.editor-compState-table :global .editor-table-wrapper .editor-table .editor-table-content table {
  table-layout: fixed !important;
}
.editor-compState-table :global .editor-table-wrapper .editor-table .editor-table-content table .editor-table-thead > tr > th {
  color: rgba(28, 36, 46, 0.65);
  background-color: rgba(0, 0, 0, 0.04);
}
.editor-compState-table :global .editor-table-wrapper .editor-table .editor-table-content table .editor-table-tbody > tr > td {
  color: #1c242e;
}
.editor-compState-table :global .editor-table-wrapper .editor-table .editor-table-content table .editor-table-tbody > tr > td .editor-table-row-expand-icon {
  width: 12px;
  height: 12px;
  line-height: 9px;
  background: rgba(255, 255, 255, 0.25);
  border-color: #e5e5e5;
}
.editor-compState-table :global .editor-table-wrapper .editor-table .editor-table-content table .editor-table-tbody > tr:hover td {
  background: rgba(255, 255, 255, 0.15);
}
.editor-compState-table :global .editor-table-wrapper .editor-table .editor-table-content table .editor-table-tbody > tr .editor-cascader .editor-select-selector .editor-select-selection-search {
  top: -4px !important;
}
.editor-compState-table :global .editor-table-wrapper .editor-table .editor-table-content table .editor-table-tbody > tr .editor-cascader .editor-select-selector .editor-select-selection-search .editor-select-selection-search-input {
  height: 20px !important;
  line-height: 20px !important;
}
.editor-compState-table :global .editor-table-wrapper .editor-table .editor-table-content table .editor-table-tbody > tr .editor-select {
  width: 100% !important;
  height: 22px;
  line-height: 22px;
}
.editor-compState-table :global .editor-table-wrapper .editor-table .editor-table-content table .editor-table-tbody > tr .editor-select .editor-select-selector {
  height: 22px !important;
}
.editor-compState-table :global .editor-table-wrapper .editor-table .editor-table-content table .editor-table-tbody > tr .editor-select .editor-select-selector .editor-select-selection-item {
  line-height: 22px !important;
}
.editor-compState-table :global .editor-table-wrapper .editor-table .editor-table-content table .editor-table-tbody > tr .editor-select textarea.editor-input {
  resize: vertical !important;
}
.editor-compState-table :global .editor-table-wrapper .editor-table .editor-table-content table .editor-table-tbody > tr .editor-input.editor-input-sm {
  height: 22px;
  line-height: 22px;
}
.editor-compState-table :global .editor-table-wrapper .editor-table .editor-table-content table .editor-table-thead > tr > th,
.editor-compState-table :global .editor-table-wrapper .editor-table .editor-table-content table .editor-table-tbody > tr > th,
.editor-compState-table :global .editor-table-wrapper .editor-table .editor-table-content table .editor-table-thead > tr > td,
.editor-compState-table :global .editor-table-wrapper .editor-table .editor-table-content table .editor-table-tbody > tr > td {
  padding-top: 4px;
  padding-bottom: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-color: #e5e5e5;
  border-width: 1px;
}
.editor-compState-table :global .editor-table-wrapper .editor-table .editor-table-content table td.editor-table-cell.valueTd .editor-row .editor-col textarea.editor-input {
  resize: vertical !important;
}
.editor-compState-table :global .editor-table-wrapper .editor-table .editor-table-content table td.editor-table-cell.valueTd .editor-row .editor-col .editor-input.editor-input-sm {
  height: 22px;
  line-height: 22px;
}
.editor-compState-table :global .editor-table-wrapper .editor-table-placeholder {
  margin: 0;
  background: rgba(255, 255, 255, 0.25);
  border: none;
  border-radius: 6px;
}
.editor-compState-table :global .editor-table-wrapper .editor-table-placeholder .editor-empty-description {
  color: rgba(28, 36, 46, 0.85);
}
.editor-compState-table :global .editor-table-small > .editor-table-content .editor-table-row:last-child td {
  border-bottom: 1px solid #e5e5e5;
}
.editor-compState-table :global .editor-select {
  width: 100% !important;
}
.editor-compState-table .normal {
  position: relative;
}
.editor-compState-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: 8px 1px;
  background-repeat: repeat-x;
  top: -1px;
}
.editor-compState-componentState {
  margin-bottom: 8px;
}
.editor-compState-componentState .title {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.editor-compState-componentState .title .name {
  font-size: 12px;
  color: rgba(28, 36, 46, 0.75);
}
.editor-compState-componentState .title .componentIcon {
  display: none;
}
.editor-compState-componentState .title .componentIcon .iconBox {
  cursor: pointer;
  margin-right: 8px;
}
.editor-compState-componentState .title .componentIcon .iconBox:last-child {
  margin-right: 0;
}
.editor-compState-componentState:hover .componentIcon {
  display: flex;
}
.editor-compState-customState {
  background-color: rgba(255, 116, 116, 0.04);
  border: 1px dashed #FF7474;
}
.editor-compState-customState .componentIcon {
  display: flex !important;
}
.editor-compState-componentForm {
  display: flex;
  justify-content: space-between;
}
.editor-compState-componentForm .cascader {
  max-width: 108px;
  margin-right: 4px;
}
.editor-compState-componentForm .cascader :global .editor-cascader-menu-item {
  padding: 4px 12px;
  overflow: hidden;
  color: rgba(28, 36, 46, 0.85);
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.editor-compState-componentForm .cascader :global .editor-cascader-menu-item .editor-cascader-menu-item-content {
  display: flex;
  flex-wrap: wrap;
}
.editor-compState-componentForm .cascader :global .editor-cascader-menu-item-active {
  color: #47e;
  background: rgba(68, 119, 238, 0.06);
}
.editor-compState-componentForm .cascader .divider {
  padding: 0 padding;
}
