Files
HTFX-CRM-Sales/components/PageTitle/index.scss
2025-07-07 16:05:18 +08:00

19 lines
285 B
SCSS

.titleWrapper {
display: flex;
column-gap: 11px;
font-size: 22px;
font-weight: 700;
color: rgba(51, 51, 51, 1);
cursor: pointer;
.titleIcon {
width: 23px;
height: 23px;
margin-top: 9px;
flex-shrink: 0;
}
.titleText {
word-break: break-all;
line-height: 41px;
}
}