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