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

42 lines
687 B
Plaintext
Raw Normal View History

2022-03-12 17:07:11 +08:00
.tipLabelWrapper {
2023-07-19 17:27:39 +08:00
border-left: 1px solid #e2ecf2;
border-bottom: 1px solid #e2ecf2;
border-right: 1px solid #e2ecf2;
border-radius: 0px 0px 5px 5px;
width: 100%;
overflow: hidden;
.titleWrapper {
width: 100%;
line-height: 19.2px;
padding: 10px;
2022-03-12 17:07:11 +08:00
border-bottom: 1px solid #e2ecf2;
2023-07-19 17:27:39 +08:00
background-color: #f7fbfe;
}
.tipContentWrapper {
padding: 10px;
background: #FFF;
}
.tipContentItem {
line-height: 20px;
padding: 10px 16px 0px;
color: rgb(153, 153, 153);
}
.tipContentItem:first-child {
padding-top: 0;
}
.formLabel {
font-size: 14px;
}
.contentWrapper {
2022-03-12 17:07:11 +08:00
width: 100%;
overflow: hidden;
2023-07-19 17:27:39 +08:00
}
2022-03-12 17:07:11 +08:00
2022-11-04 09:26:38 +08:00
}