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

15 lines
212 B
Plaintext
Raw Normal View History

.importModalWrapper {
2023-03-03 16:29:52 +08:00
.ant-modal-body {
padding: 16px;
}
.wea-select, .ant-select, .ant-select-selection {
width: 100%;
}
.ant-select-selection {
height: 30px;
border-radius: 0;
}
}