.vuc-buttonedit {
    position: relative;
    .btn-clear {
        position: absolute;
        right: 22px;
        top: 3px;
        bottom: 1px;
        width: 20px;
        z-index: 9;
        border: 1px transparent solid;
        background: #fff;
        &::before {
            position: absolute;
            top: 7px;
            left: 3px;
        }
    }
}