index.less 893 Bytes
Newer Older
陈前坚's avatar
陈前坚 committed
1 2 3 4 5 6 7 8
.serviceLog{
    .head{
        padding: 10px;
        background: white;
        margin-bottom: 2px;
        min-width: 1030px;
    }
    .chart{
陈前坚's avatar
陈前坚 committed
9
        padding: 10px;
陈前坚's avatar
陈前坚 committed
10 11 12
        background: white;
    }
    .table{
陈前坚's avatar
陈前坚 committed
13 14
        border-top: 1px solid #f0eded;
        // overflow: auto;//不要这个,pagination否则无法固定底部
陈前坚's avatar
陈前坚 committed
15 16 17 18
        .ant-table-thead tr th{
            font-weight: 600;
            color:rgba(0,0,0,0.85);
        }
陈前坚's avatar
陈前坚 committed
19
        .ant-table-body{
20
            height:calc(100vh - 562px);
陈前坚's avatar
陈前坚 committed
21 22 23
            border-right: white;
            overflow: auto !important;
        }
陈前坚's avatar
陈前坚 committed
24 25
        .ant-pagination{
            z-index: 999;
陈前坚's avatar
陈前坚 committed
26 27 28 29
            border-top: 1px solid #f0eded;
        }
        .ant-table-pagination{
            padding-right: 12px;
陈前坚's avatar
陈前坚 committed
30
            background: white;
陈前坚's avatar
陈前坚 committed
31 32 33 34 35
            margin: 1px 0;
            padding:8px;
            padding-right: 20px;
        }
    }     
陈前坚's avatar
陈前坚 committed
36
}