fix: tabs tabBarGutter no work, close #205

pull/225/head
tangjinzhou 6 years ago
parent 6c3e3d3c3d
commit f597b7ece3

@ -56,7 +56,7 @@ export default {
{...events}
class={cls}
key={key}
style={{ marginRight: tabBarGutter && index === children.length - 1 ? 0 : tabBarGutter }}
style={{ marginRight: tabBarGutter && index === children.length - 1 ? 0 : `${tabBarGutter}px` }}
{...{ directives: directives }}
>
{tab}

Loading…
Cancel
Save