index.less 1.25 KB
Newer Older
陈前坚's avatar
陈前坚 committed
1
.omsLog{
陈前坚's avatar
陈前坚 committed
2 3 4 5 6 7 8
    .head{
        padding: 10px;
        background: white;
        margin-bottom: 2px;
        min-width: 1030px;
    }
    .chart{
陈前坚's avatar
陈前坚 committed
9
        padding: 16px;
陈前坚'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
        .ant-table-thead tr th{
            font-weight: 600;
            color:rgba(0,0,0,0.85);
18
            background-color:#F6F9FE;
陈前坚's avatar
陈前坚 committed
19
        }
20 21
        .ant-table-body{
            height:calc(100vh - 208px);
陈前坚's avatar
陈前坚 committed
22 23
            border-right: white;
            overflow: auto !important;
24 25 26
            // .ant-table-tbody{
            //     overflow: scroll !important;
            // }
陈前坚's avatar
陈前坚 committed
27
        }
陈前坚's avatar
陈前坚 committed
28 29
        .ant-pagination{
            z-index: 999;
陈前坚's avatar
陈前坚 committed
30 31
            border-top: 1px solid #f0eded;
        }
32 33 34 35
        .ant-table.ant-table-small {
            width: 99%;
            margin: 10px auto;
        }
陈前坚's avatar
陈前坚 committed
36 37
        .ant-table-pagination{
            padding-right: 12px;
陈前坚's avatar
陈前坚 committed
38
            background: white;
陈前坚's avatar
陈前坚 committed
39 40 41 42
            margin: 1px 0;
            padding:8px;
            padding-right: 20px;
        }
43 44 45 46 47 48 49 50
    } 
    .ant-spin-container {
        background-color: white;
    } 
    .icon{
        margin-top: -5px !important;
        vertical-align: text-bottom;
    }    
陈前坚's avatar
陈前坚 committed
51
}