vimo-dt
Version:
A Vue2.x UI Project For Mobile & HyBrid
34 lines (23 loc) • 440 B
text/less
@import "../../../themes/index.less";
// List
// --------------------------------------------------
.ion-list-header {
display: flex;
overflow: hidden;
align-items: center;
justify-content: space-between;
margin: 0;
padding: 0;
width: 100%;
min-height: 40px;
}
.ion-list {
display: block;
margin: 0;
padding: 0;
list-style-type: none;
}
.ion-list[inset] {
overflow: hidden;
transform: translateZ(0);
}