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

22 lines
399 B
Plaintext
Raw Normal View History

2022-10-24 18:42:15 +08:00
.tipWrapper{
display: flex;
flex-direction: column;
2022-11-01 14:06:06 +08:00
margin: 0 25px 20px 25px;
2022-10-24 18:42:15 +08:00
border: 1px solid #e5e5e5;
.title{
border-bottom: 1px solid #e5e5e5;
height: 40px;
line-height: 40px;
padding-left: 16px;
background: #f6f6f6;
font-size: 14px;
}
.content{
width: 100%;
display: flex;
flex-direction: column;
padding: 10px 16px;
color: #999;
}
}