.role{
    height: 100%;
    .ivu-card{
        height: 100%;
        overflow-y: auto;
        .ivu-card-body{
            height: 100%;
            .bingo-list{
                height: 100%;
            }
        }
    }
}
.ivu-modal-body{
    overflow: scroll;
}
.ivu-tree{
    ul{
        li{
            line-height: 2;
            margin:0;
            .ivu-checkbox-wrapper{
                line-height: 1;
            }
        }
    }
}