
.vtx-ui-ztree-select{
    display: inline-block;
    position: relative;
    width:100%;
    input{
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
.vtx-ui-ztree-select-mselect{
    position: relative;
    padding-right: 18px;
    .close-icon{
        position: absolute;
        right: 5px;
        top:10px;
    }
}
.vtx-ui-ztree-select-pop{
    height: 300px;
    min-width: 200px;
    overflow: auto;
    &::-webkit-scrollbar {
        width: 8px;
        height: 8px;
        background-color: hsla(0, 0%, 76%, 0.07);
    }
    &::-webkit-scrollbar-thumb {
        border-radius: 3px;
        box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
        background-color: rgba(193, 193, 193, 0.6);
    }
}
.vtx-ui-ztree-select-placehoder{
    color:#AAA;
}
