index.less 1.52 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
.serviceLog {
  .head {
    padding: 10px;
    background: white;
    margin-bottom: 2px;
    min-width: 1030px;
  }
  .foot {
    padding: 10px;
    background: white;
    font-size: 20px;
  }
  .table {
    border-top: 1px solid #f0eded;
    // overflow: auto;//不要这个,pagination否则无法固定底部
    .ant-table-thead tr th {
      font-weight: 600;
      color: rgba(0, 0, 0, 0.85);
      background-color: #f6f9fe;
陈前坚's avatar
陈前坚 committed
20
    }
21 22 23 24
    .ant-table-body {
      height: calc(100vh - 565px);
      border-right: white;
      overflow: auto !important;
陈前坚's avatar
陈前坚 committed
25
    }
26 27 28
    .ant-pagination {
      z-index: 999;
      border-top: 1px solid #f0eded;
29
    }
30 31 32 33 34 35
    .ant-table-pagination {
      padding-right: 12px;
      background: white;
      margin: 1px 0;
      padding: 8px;
      padding-right: 20px;
36
    }
37 38
    .ant-table-cell ant-table-cell-fix-left ant-table-cell-fix-left-last {
      border-right: 1px solid #dbe7fb !important;
39
    }
40 41 42
    .ant-table.ant-table-small {
      width: 99%;
      margin: 10px auto;
皮倩雯's avatar
皮倩雯 committed
43
    }
44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67
    .ant-table-cell ant-table-cell-fix-left ant-table-cell-fix-left-last {
      border: 1px solid #dbe7fb;
    }
  }
  .ant-spin-container {
    background-color: white;
  }
  .fontColor {
    font-weight: 600;
  }
  .icon {
    // margin-top: -5px !important;
    vertical-align: text-bottom;
  }
  .sel {
    width: 100px;
  }
}
.ant-table-column-sorter-up + .ant-table-column-sorter-down {
  margin-top: 0;
}
.ant-select-arrow .anticon > svg {
  vertical-align: middle;
}
68 69 70 71
.ant-picker-separator {
  display: flex;
  align-items: center;
}