index.less 2.02 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 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 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106
.searchHeader {
  display: flex;
  justify-content: space-between;
}
.pushTestContent {
  display: flex;
  height:500px;
  .checkScrollBox {
    overflow-y: scroll;
    height: calc(100% - 25px);
    margin: 10px 0px 0px 0px;
    padding-right: 5px;

    .checkContainer {
      width: 100%;
      overflow: hidden;
      .checkContent {
        display: flex;
        width: 100%;
        flex-direction: column;
        border: 1px solid #c2cdfd;
        border-radius: 5px;
        margin-top: 20px;
        min-height: 50px;
        padding: 0 10px 10px 20px;

        .ant-checkbox-wrapper {
          background-color: #fff;
        }

        .topCheckbox {
          height: 20px;
          margin: -10px 0 0 0px;
          line-height: 20px;
        }

        .topCheckbox>label :hover {
          font-weight: 600;
        }

        .bottomCheckbox {
          margin-top: 10px;
          display: flex;
          flex-wrap: wrap;
          .ant-checkbox-wrapper {
            display: flex;
            margin-left: 0;
            width: 160px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            margin-top:10px;
            .ant-checkbox + span {

              display: flex;
          }
          }
          .fontlabel {
            display: inline-block;
            width:130px;
            overflow: hidden;
            text-overflow: ellipsis;
            // white-space: nowrap;
          }

          // .ant-checkbox-group-item {
          //   min-width: 150px !important;
          // }
          // .ant-checkbox-wrapper {
          //   min-width: 150px !important;
          // }
        }

        .checkdiv {
          display: flex;
          flex-wrap: wrap;
        }
      }
    }
  }

  .leftContent {
    width: 100%;
  }

  .tableRight {
    margin-left: 10px;
    margin-top:10px;

    .ant-spin-nested-loading {
  

      .ant-table {
       

        .ant-table-container {
      
        }
      }
    }
  }

  .ant-table-body {
    // height: calc(100vh - 290px);
  }
}