mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-03 04:27:41 +08:00
fix: tabs tabBarGutter no work, close #205
This commit is contained in:
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…
Reference in New Issue
Block a user