@meleon/uni-ui
Version:
A uniapp components library written in vue3 and typescript
20 lines (19 loc) • 360 B
text/less
.ml-tabs {
position: relative;
width: 100%;
&_nav {
box-sizing: border-box;
padding: 0 8px;
width: 100%;
height: 40px;
display: flex;
align-items: center;
justify-content: space-between;
background-color: #ffffff;
}
&_content {
box-sizing: border-box;
padding: 5px 0;
width: 100%;
}
}