AppDic.less 965 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
.AppDic{
    overflow: auto;
    .ant-table-thead tr th{
        font-weight: 600;
        color:rgba(0,0,0,0.85);
    }
    .ant-pagination{
        z-index: 999;
        background: white;
        margin: 2px 0px;
        padding:6px 10px;
    }
    .ant-table-tbody{
        .clickRowStyle{
            background: #cfe7fd;
        }
        .clickRowStyle:hover>td{
            background: #aed8fa;
皮倩雯's avatar
皮倩雯 committed
19
            
20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
        }
    }
    .ant-card-body{
        padding: 10px !important;
    }
    .ant-table-thead tr th{
        font-weight: 600;
        color:rgba(0,0,0,0.85);
    }
    .ant-table-content{
        height:calc(100vh - 258px);
        border-right: white;
        overflow: auto !important;
    }
    .ant-pagination{
        z-index: 999;
        border-top: 1px solid #f0eded;
    }
    .ant-table-pagination{
        padding-right: 12px;
        background: white;
        margin: 1px 0;
        padding:8px;
        padding-right: 20px;
    }
}