.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); } }