refactor(tab): update nav padding

This commit is contained in:
zhongnan
2020-07-31 16:46:34 +08:00
committed by neverland
parent 6635eba0a9
commit 8027f46f3f
2 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -406,7 +406,7 @@ export default createComponent({
<div
ref="nav"
role="tablist"
class={bem('nav', [type])}
class={bem('nav', [type, { complete: !ellipsis }])}
style={this.navStyle}
>
{this.slots('nav-left')}