mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 01:54:48 +00:00
[Improment] improve Tab sticky fluency (#388)
This commit is contained in:
@@ -99,7 +99,7 @@ export default {
|
||||
|
||||
<style lang="postcss">
|
||||
.demo-tab {
|
||||
margin-bottom: 1000px;
|
||||
margin-bottom: 700px;
|
||||
|
||||
.van-tab__pane {
|
||||
background-color: #fff;
|
||||
@@ -121,5 +121,11 @@ export default {
|
||||
height: 50px;
|
||||
line-height: 50px;
|
||||
}
|
||||
|
||||
.van-doc-demo-block:last-child {
|
||||
.van-tab__pane {
|
||||
padding: 50px 20px;
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
Reference in New Issue
Block a user