


//小高度都表格
.go_small_table.ivu-table-wrapper{

}
//中等高度都表格
.go_md_table.ivu-table-wrapper{
    .ivu-table th, .ivu-table td {
        height: @tb-md-height;
        border-bottom: 1px solid #e8eaec;
    }
    &.blue{
        .ivu-table th{
            background-color: @tb-blue-header-color;
            font-size: 12px;
            font-family: "Microsoft YaHei",SimSun,Arial,Helvetica,sans-serif;
            color: #333;
            font-weight: 700;
        }
    }
}

//big高度都表格
.go_big_table.ivu-table-wrapper{

}

