We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c3e3d3 commit f597b7eCopy full SHA for f597b7e
components/vc-tabs/src/TabBarTabsNode.jsx
@@ -56,7 +56,7 @@ export default {
56
{...events}
57
class={cls}
58
key={key}
59
- style={{ marginRight: tabBarGutter && index === children.length - 1 ? 0 : tabBarGutter }}
+ style={{ marginRight: tabBarGutter && index === children.length - 1 ? 0 : `${tabBarGutter}px` }}
60
{...{ directives: directives }}
61
>
62
{tab}
0 commit comments