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

25 lines
383 B
Plaintext

.comHint {
width: 100%;
margin: 16px 0;
border: 1px solid #e5e5e5;
.hintHeader {
background: #f6f6f6;
height: 40px;
border-bottom: 1px solid #e5e5e5;
padding-left: 16px;
line-height: 40px;
}
.hintTips {
width: 100%;
color: #999;
line-height: 20px;
padding: 0 16px;
display: inline-block;
p{
margin: 1rem 0;
}
}
}