Skip to content
On this page

Space

让元素之间产生间距

Size

vue
<template>
    <op-space :size="100">
        <op-button type="primary">Hello</op-button>
        <op-button type="primary">World</op-button>
    </op-space>
</template>

Direction

vue
<template>
    <op-space direction="vertical">
        <op-button type="primary">Hello</op-button>
        <op-button type="primary">World</op-button>
    </op-space>
</template>

Api

PropertyDescriptionTypeDefault
direction方向vertical | horizontalhorizontal
size间隔大小number8