.pushTestContent { display: flex; .searchHeader { display: flex; } .checkContainer { height: 500px; width: 500px; overflow-y: scroll; margin: 20px 0; padding-right: 5px; .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; .ant-checkbox-wrapper { min-width: 150px; margin-left: 0; } // .ant-checkbox-group-item { // min-width: 150px !important; // } // .ant-checkbox-wrapper { // min-width: 150px !important; // } } .checkdiv { display: flex; flex-wrap: wrap; } } } .tableRight { margin-left: 10px; } }