/**
 *重置表格样式
 */
.table-wrap.table-main{
    max-height: 100% !important;
}
.table-wrap.table-fixed.table-fixed-left{
    max-height: 100% !important;
    left: 0 !important;
}
.table-wrap.table-fixed.table-fixed-right{
    max-height: 100% !important;
    right: 0 !important;
}
