[bugfix] Tab: animated overflow

This commit is contained in:
陈嘉涵
2019-05-11 12:05:32 +08:00
parent 0ef834e323
commit d48f5ba0d6
3 changed files with 8 additions and 2 deletions

View File

@@ -442,7 +442,7 @@ export default sfc({
{this.slots('nav-right')}
</div>
</div>
<div ref="content" class={bem('content')}>
<div ref="content" class={bem('content', { animated })}>
{animated ? (
<div class={bem('track')} style={this.trackStyle}>
{this.slots()}