@import "~antd/lib/style/themes/default.less"; :global { .SelectUser { color: #333; padding: 16px; border: 1px solid #d9d9d9; border-radius: 8px; width: 299px; height: 656px; .ant-checkbox-wrapper + .ant-checkbox-wrapper { margin-left: 0; } .nobody { height: 200px; text-align: center; line-height: 200px; } .list { overflow: auto; height: 285px; } .nav-partment { line-height: 1; padding: 16px 0 8px; .nav { color: #0f71ff; cursor: pointer; } } .usericon { display: inline-block; width: 14px; height: 36px; background: url("../../assets/sassicon/usersmall.png") no-repeat center; margin: 0 8px 0 0; position: relative; vertical-align: top; } .radioStyle { display: block; // height: 36px; line-height: 36px; } .department-item { position: relative; height: 36px; line-height: 36px; .departmenticon { display: inline-block; width: 14px; height: 36px; line-height: 33px; margin-right: 8px; background: url("../../assets/sassicon/department.png") no-repeat center; } .lower { cursor: pointer; position: absolute; vertical-align: top; right: 0; top: 11px; color: #0f71ff; border-left: 1px solid #e9e9e9; height: 14px; line-height: 14px; .lowevericon { display: inline-block; margin: 0 16px; width: 12px; height: 14px; vertical-align: top; background: url("../../assets/sassicon/lowerlevel.png") no-repeat center; } } } } }