FloatButton 浮动按钮
悬浮操作按钮。
vue
<AFloatButton type="primary" @click="handle">+</AFloatButton>
<AFloatButton shape="square">↑</AFloatButton>| 属性 | 类型 | 默认值 | 说明 |
|---|---|---|---|
| type | 'default'|'primary' | 'primary' | 类型 |
| shape | 'circle'|'square' | 'circle' | 形状 |
| right | number|string | 40 | 右侧距 |
| bottom | number|string | 40 | 底部距 |