WebDic.less 1.35 KB
Newer Older
皮倩雯's avatar
皮倩雯 committed
1 2
.WebDic {
  .item {
3
    margin-bottom: 10px;
皮倩雯's avatar
皮倩雯 committed
4
  }
5 6 7
  th.column {
    background-color: #9ec3e2;
  }
皮倩雯's avatar
皮倩雯 committed
8
  .ant-table-content {
9
    max-height: calc(100vh - 260px);
10 11
    border-right: white;
    overflow: auto !important;
皮倩雯's avatar
皮倩雯 committed
12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
  }
  .divv {
    .ant-modal-wrap {
      z-index: 1001 !important;
    }
  }
  .ant-table-tbody {
    .clickRowStyle {
      background: #cfe7fd;
    }
    .clickRowStyle:hover > td {
      background: #aed8fa;
    }
    .clickRowStyle1 {
      background: #b9dbfa;
    }
    .clickRowStyle1:hover > td {
      background: #9ec3e2;
    }
  }
  .ant-table-body {
33 34
    max-height: calc(100vh - 277px) !important;
    min-height: calc(100vh - 277px);
皮倩雯's avatar
皮倩雯 committed
35 36
    margin-right: -6px;
    width: 100%;
37
    border-bottom: 1px solid #f0f0f0;
皮倩雯's avatar
皮倩雯 committed
38 39 40 41 42 43 44 45 46
  }
  .ant-table-pagination.ant-pagination {
    margin: 10px 0 !important;
  }
  .font {
    font-weight: bold;
  }
  .tab {
    padding-right: 5px;
47 48 49
    .th.column {
      background-color: #f4fcff;
    }
皮倩雯's avatar
皮倩雯 committed
50 51
    .ant-table-body {
      margin-right: -7px;
52
      background-color: #f4fcff;
皮倩雯's avatar
皮倩雯 committed
53
    }
54 55 56
    // .ant-table.ant-table-bordered > .ant-table-title {
    //   background-color: #f4fcff;
    // }
皮倩雯's avatar
皮倩雯 committed
57 58 59 60 61 62 63 64
  }
  // .pad{
  //     overflow-x: hidden;
  // }
  .ant-table-wrapper {
    max-width: 98%;
    margin-left: 2%;
  }
65 66 67 68 69 70
  .ant-table-cell > div {
    overflow: hidden;
    max-width: 350px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
皮倩雯's avatar
皮倩雯 committed
71
}