WebDic.less 1.35 KB
.WebDic {
  .item {
    margin-bottom: 10px;
  }
  th.column {
    background-color: #9ec3e2;
  }
  .ant-table-content {
    max-height: calc(100vh - 260px);
    border-right: white;
    overflow: auto !important;
  }
  .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 {
    max-height: calc(100vh - 277px) !important;
    min-height: calc(100vh - 277px);
    margin-right: -6px;
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
  }
  .ant-table-pagination.ant-pagination {
    margin: 10px 0 !important;
  }
  .font {
    font-weight: bold;
  }
  .tab {
    padding-right: 5px;
    .th.column {
      background-color: #f4fcff;
    }
    .ant-table-body {
      margin-right: -7px;
      background-color: #f4fcff;
    }
    // .ant-table.ant-table-bordered > .ant-table-title {
    //   background-color: #f4fcff;
    // }
  }
  // .pad{
  //     overflow-x: hidden;
  // }
  .ant-table-wrapper {
    max-width: 98%;
    margin-left: 2%;
  }
  .ant-table-cell > div {
    overflow: hidden;
    max-width: 350px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}