//卡片表格对象
.goCardGridCtl{
    width: 100%;
    height: 100%;
    position: relative;


    //分页信息
    .grid_page{
        overflow: hidden;
        position: absolute;
        bottom:0;
        right: 2px;
    }
    //表格body的样式
    .grid_body{
        height: 90%;
        overflow: auto;
        padding: 10px 15px;
        box-sizing: border-box;
    }
}
