.editor-comptree-box.editor-treeItemDragBox-drop-after::after {
  width: 100%;
  margin-left: 0;
}
.editor-treeItemDragBox-drop-before::before {
  content: '';
  display: block;
  width: 95%;
  height: 28px;
  border-radius: 2px;
  border: 1px dashed #47e;
  margin-left: 5%;
}
.editor-treeItemDragBox-drop-after::after {
  content: '';
  display: block;
  width: 95%;
  height: 28px;
  border-radius: 2px;
  border: 1px dashed #47e;
  margin-left: 5%;
}
.editor-treeItemDragBox-drop-tree-inner::after {
  content: '';
  display: block;
  width: 88%;
  height: 28px;
  border-radius: 2px;
  border: 1px dashed #47e;
  margin-left: 12%;
}
.editor-treeItemDragBox-drop-tree-box-inner::after {
  content: '';
  display: block;
  width: 95%;
  height: 28px;
  border-radius: 2px;
  border: 1px dashed #47e;
  margin-left: 5%;
}
