@meleon/uni-ui
Version:
A uniapp components library written in vue3 and typescript
23 lines (22 loc) • 473 B
text/less
.ml-tab_nav-header {
height: 100%;
display: flex;
align-items: center;
justify-content: flex-start;
&-list {
position: relative;
width: 100%;
height: 100%;
white-space: nowrap;
&-underline {
position: absolute;
box-sizing: border-box;
z-index: 999;
opacity: 0;
height: 2px;
border-radius: 2px;
transform: trnslateX(0);
background-color: var(--primary-color-6);
}
}
}