# Vue2olControlPlacement
定位日期
# 基础用法
内容
Copy
# 指定位置
left-top
center-top
right-top
left-center
center-center
right-center
left-bottom
center-bottom
right-bottom
Copy
# Props
名称 | 描述 | 类型 | 取值范围 | 默认值 |
---|---|---|---|---|
placement | 停泊位置,可选值'left-top', 'center-top', 'right-top','left-center', 'center-center', 'right-center''left-bottom', 'center-bottom', 'right-bottom' | String | left-top , center-top , right-top , left-center , center-center , right-center , left-bottom , center-bottom , right-bottom | "left-bottom" |
zIndex | 层级 | number | - | 1 |
margin | 外边距 | array|number | - | 10 |
# Slots
Name | Description | Bindings |
---|---|---|
default |