Skip to content

Commit

Permalink
docs: 使用popupZindex自定义zindex
Browse files Browse the repository at this point in the history
  • Loading branch information
lynsun committed Mar 3, 2017
1 parent 77eb649 commit 890b2c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Trigger/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ width | 设置trigger宽度, 如`200px`、`50%` | `string` | `auto`
offset | popup偏移量, 如`[0, 50]`,横向不偏移,纵向偏移50px | `Array` | `[0, 0]`
popupCls | 设置默认的popup的样式名 | `string` | `popup`
customPopupCls | 自定义popup的class名 | `string` | `''`
customZIndex | 设置popup的zindex | `number` | 无
popupZIndex | 设置popup的zindex | `number` | 无
popupAlwaysInView | 是否支持坐标智能检测,保证弹窗优先在视图区域可见,默认开启 | `boolean` | `true`
popupAlwaysShow | 永远展示popup,并且默认展示 | `boolean` | `false`
popupHideWhenClickOutside | 点击trigger组件外部区域的时候,是否隐藏popup浮层,默认不隐藏 | `boolean` | `false`
Expand Down

0 comments on commit 890b2c7

Please sign in to comment.