salary-management-front/pc4mobx/hrmSalary/pages/declare/index.less

27 lines
406 B
Plaintext
Raw Normal View History

2022-03-18 10:38:43 +08:00
.generateDeclarationDetail {
.tabWrapper{
padding-left: 10px
}
2022-07-06 18:11:54 +08:00
.tableWrapper {
height: calc(100vh - 48px);
2022-07-06 18:11:54 +08:00
overflow: auto;
}
}
.generateWapper {
.wea-dialog-body {
height: auto !important;
}
2022-07-06 18:11:54 +08:00
.wea-select {
.ant-select {
width: 100% !important;
.ant-select-selection {
border-radius: 0 !important;
height: 30px !important;
2022-07-06 18:11:54 +08:00
}
}
}
}