feat(eslint-config): enable no-unused-vars (#6691)

This commit is contained in:
neverland
2020-07-03 15:27:28 +08:00
committed by GitHub
parent 44140fe7f8
commit de8985b4f3
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -3,9 +3,9 @@
.van-tab {
position: relative;
display: flex;
flex: 1;
align-items: center;
justify-content: center;
flex: 1;
box-sizing: border-box;
padding: 0 @padding-base;
color: @tab-text-color;
@@ -25,9 +25,9 @@
&__text {
&--ellipsis {
display: -webkit-box;
overflow: hidden;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
}
}