Files
mini-programs/src/components/Title/index.module.scss
2025-08-24 16:24:49 +08:00

22 lines
258 B
SCSS

.titleContainer {
display: flex;
align-items: center;
margin-bottom: 10px;
gap: 6px;
}
.icon {
width: 16px;
height: 16px;
image {
width: 100%;
height: 100%;
}
}
.title {
font-weight: 600;
font-size: 16px;
line-height: 20px;
}