.taskSelect .ts-content{height:230px}.taskSelect .ts-loading{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.taskSelect .ts-num{padding:5px;color:#000;height:30px}.taskSelect .ts-list{height:200px;overflow-y:scroll}.taskSelect .ts-item{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;padding:5px;height:30px;-ms-flex-align:center;align-items:center;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;border-radius:5px;cursor:pointer}.taskSelect .ts-item:hover{background-color:rgba(245,246,250,.54)}.taskSelect .ts-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:90%}.taskSelect .ts-btns{display:-ms-flexbox;display:flex;-ms-flex-pack:end;justify-content:flex-end;margin-top:10px}