salary-management-front/pc4mobx/hrmSalary/components/PersonalScopeModal/index.less

15 lines
287 B
Plaintext

//添加关联人员弹框中的下拉框样式
.personalScopeModalWrapper{
.wea-select,.ant-select-selection,.ant-select{
width: 100%;
}
.wea-select{
display: inline-block;
position: relative;
}
.ant-select-selection{
height: 30px;
border-radius: 0;
}
}