@meleon/uni-ui
Version:
A uniapp components library written in vue3 and typescript
18 lines (17 loc) • 354 B
text/less
.ml-avatar {
position: relative;
color: #ffffff;
border-radius: 5px;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
background-color: var(--primary-color-6);
box-shadow: 0 0 2px 0 var(--info-color-6);
&-text {
white-space: nowrap;
}
}
.ml-avatar-circle {
border-radius: 50%;
}