[new feature] Tabs: add animated props to change tabs with animation (#2126)

This commit is contained in:
张敏
2018-11-23 19:51:47 +08:00
committed by neverland
parent 8042e37829
commit d84b13a6cc
15 changed files with 2097 additions and 268 deletions
+12
View File
@@ -114,6 +114,10 @@
background-color: @red;
}
&__content {
overflow: hidden;
}
&--line {
padding-top: @tabs-line-height;
@@ -129,4 +133,12 @@
height: @tabs-card-height;
}
}
.van-tab__pane {
box-sizing: border-box;
&--float {
float: left;
}
}
}