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

22 lines
455 B
Plaintext
Raw Normal View History

2022-02-25 09:24:56 +08:00
.tabWrapper {
display: flex;
2022-04-27 19:27:23 +08:00
border-bottom: 1px solid rgb(234, 234, 234);
2022-02-25 09:24:56 +08:00
.weaTab {
flex: 1;
}
.tabSearchWrapper {
padding-left: 20px;
padding-right: 10px;
line-height: 47px;
height: 47px;
2022-04-27 19:27:23 +08:00
2022-02-25 09:24:56 +08:00
.tabSearchLabel {
margin-right: 20px;
color: #484848;
}
}
.weaRangePickerWrapper {
display: inline-block;
margin-right: 10px;
}
}