/**图标标题按钮**/
.cp2-icontitle-button{
    position: relative;
    cursor: pointer;
    padding: 0 10px;
    height: 100%;
    font-size: 15px;
    float: left;
    display: flex;
    align-items: center;
    color: #666;
    .yyui-icon{
        margin-right: 5px;
    }
    &.red{
        color:rgb(255, 121, 121);
    }
    &.blue{
        color:rgb(0, 162, 255);
    }
    &.disabled{
        color: #ccc;
        cursor: not-allowed;
    }
    .ant-scroll-number.ant-badge-count {
        right: -30px;
    }
}