yun-ui
Version:
Mobile UI Components Library for Vue.js by yunzhijia.
23 lines (21 loc) • 393 B
text/less
@import "var";
/* tabItem */
.@{uiName} {
&-tab-item {
.resetButton;
display: block;
width: 0;
flex: 1;
-webkit-box-flex: 1;
background-color: #ffffff;
}
&-tab-item-label {
display: block;
width: 100%;
vertical-align: middle;
.iconfont {
font-size: @tabItemIconFontSize;
color: @tabItemIconFontColor;
}
}
}