@meleon/uni-ui
Version:
A uniapp components library written in vue3 and typescript
19 lines (18 loc) • 417 B
text/less
.ml-option {
box-sizing: border-box;
padding: 5px 8px;
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
font-size: 14px;
line-height: 20px;
color: var(--info-color-8);
border-radius: 5px;
background-color: #ffffff;
transition: all 0.2s ease;
}
.ml-option-active {
color: var(--primary-color-7);
background-color: var(--primary-color-4);
}