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

15 lines
212 B
Plaintext

.importModalWrapper {
.ant-modal-body {
padding: 16px;
}
.wea-select, .ant-select, .ant-select-selection {
width: 100%;
}
.ant-select-selection {
height: 30px;
border-radius: 0;
}
}