[bug fix]: fix tab component when has a lot of text, show ellipsis (#217)

This commit is contained in:
张敏 2017-10-17 21:41:03 -05:00 committed by GitHub
parent 0ebe95f88a
commit cea56b7a15

View File

@ -1,4 +1,5 @@
@import './common/var.css';
@import './mixins/ellipsis.css';
.van-tabs {
position: relative;
@ -83,6 +84,7 @@
cursor: pointer;
text-align: center;
flex: 1;
@mixin multi-ellipsis 1;
&--active {
color: $red;