@meleon/uni-ui
Version:
A uniapp components library written in vue3 and typescript
20 lines (18 loc) • 352 B
text/less
@prefix: ~'ml-cell-group';
.@{prefix} {
width: 100%;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: flex-start;
&-title {
margin-bottom: 6px;
font-size: 14px;
color: var(--info-color-7);
}
&-content {
width: 100%;
border-radius: 6px;
overflow: hidden;
}
}