#root {
  height: 100%;
  .drag-ele {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: green;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
