salary-management-front/pc4mobx/hrmSalary/pages/payroll/stepForm/index.less

65 lines
1.3 KiB
Plaintext

.baseInformForm {
padding: 10px 20px;
.itemTitle {
font-size: 14px;
margin-bottom: 10px;
margin-top: 10px;
}
.formItemWrapper {
margin-top: 10px;
.itemTitle {
.formWrapper {
margin-top: 10px;
.formItem {
line-height: 40px;
}
}
}
}
}
.showSettingForm {
padding: 10px 20px;
.settingItemWrapper {
.itemTitle {
font-size: 14px;
.itemContent {
margin-top: 10px;
}
}
.formItem {
line-height: 40px;
}
}
.themeFormalStr {
margin-right: 10px;
}
.settingItemWrapper {
margin-top: 10px;
.itemTitle {
font-size: 14px;
}
.configItemWrapper {
margin-top: 10px;
margin-bottom: 10px;
.configTitle {
padding-left: 10px;
height: 40px;
line-height: 40px;
background-color: #eee;
}
.configContent {
padding: 10px;
.editItem {
margin-right: 10px;
line-height: 1.5
}
}
}
}
}