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

58 lines
1.0 KiB
Plaintext

.ruleWrapper-layout {
.wea-new-top-content {
overflow: hidden !important;
.ruleWrapper {
padding: 8px 16px 0;
background: #e5e5e5;
height: 100%;
overflow: hidden auto;
.wea-form-item .wea-form-item-label.colon:after {
display: none;
}
.customFormLabel {
display: flex;
align-items: center;
& > span {
margin-right: 4px;
}
}
.wea-search-group {
background: #fff;
margin-bottom: 16px;
.wea-content {
padding: 8px !important;
.wea-form-cell:not(:last-child) {
.wea-form-item {
border-bottom: 1px solid #e5e5e5;
}
}
}
}
.wea-search-group, .wea-form-cell {
padding: 0;
.wea-form-item {
padding: 5px 16px;
.wea-form-item-label {
color: #666;
}
}
}
.wea-form-cell-wrapper {
background: #FFF;
border: 1px solid #e5e5e5;
}
}
}
}