.list-view .row {
    position: relative;
    // width: 100%;
    min-height: 20px;
}

.list-view .draggable .row-hover {
    box-sizing: border-box;
    border: 1px dashed #155bd4 ;
    cursor: move;
}

.list-view .draggable .row-highlight {
    box-sizing: border-box;
    border: 2px solid #155bd4 ;
    cursor: move;
  }

  .list-view .operation {
    // position: absolute;
    top: 0;
    width: 34px;
    z-index: 99;
}

.list-view .row-hover  .operation-del {
    // display: none;
    cursor: pointer;
    position: absolute;
    right: 2px;
    width: 40px;
    height: 28px;
    background-image: url(https://shopsaas-image.mutlisaas.com/4FFBE6BDCF70D5B4C2FB46CE957AD53E.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: center;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    z-index: 99;
}
