SelectUser.less 2.1 KB
Newer Older
1 2 3 4
.searchHeader {
  display: flex;
  justify-content: space-between;
}
5
.pushTestContent {
6 7 8
  .ant-table-body {
    height: calc(100vh - 225px) !important;
}
9
  display: flex;
10
  height: calc(100% - 43px);
11
  .checkScrollBox {
12
    overflow-y: scroll;
13 14
    height: calc(100% - 25px);
    margin: 10px 0px 0px 0px;
15
    padding-right: 5px;
16 17

    .checkContainer {
18
      width: 100%;
邓超's avatar
邓超 committed
19
      overflow: hidden;
20 21 22 23 24 25 26 27 28 29
      .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;

30
        .ant-checkbox-wrapper {
31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
          background-color: #fff;
        }

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

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

        .bottomCheckbox {
          margin-top: 10px;
46 47
          display: flex;
          flex-wrap: wrap;
48
          .ant-checkbox-wrapper {
49
            display: flex;
50
            margin-left: 0;
51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66
            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;
67 68 69 70 71 72 73 74 75 76 77 78 79
          }

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

        .checkdiv {
          display: flex;
          flex-wrap: wrap;
80 81 82 83
        }
      }
    }
  }
84

85
  .leftContent {
86
    width: 100%;
87
  }
88

89 90
  .tableRight {
    margin-left: 10px;
91
    margin-top:10px;
92 93

    .ant-spin-nested-loading {
94
  
95 96

      .ant-table {
97
       
98 99

        .ant-table-container {
100
      
101 102 103
        }
      }
    }
104
  }
105

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