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

13 lines
237 B
Plaintext

.smallTab {
.tabItem {
font-size: 12px;
margin-right: 10px;
padding-bottom: 5px;
cursor: pointer;
}
.tabItemSelected {
color: #2db7f5;
border-bottom: 1px solid #2db7f5;
}
}