From 890b2c7f370bb2549ff4d76545fdb196c78faaba Mon Sep 17 00:00:00 2001 From: lynsun <814253326@qq.com> Date: Sat, 4 Mar 2017 00:33:55 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E4=BD=BF=E7=94=A8popupZindex=E8=87=AA?= =?UTF-8?q?=E5=AE=9A=E4=B9=89zindex?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Trigger/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Trigger/index.md b/src/components/Trigger/index.md index ac78f451..75e23159 100644 --- a/src/components/Trigger/index.md +++ b/src/components/Trigger/index.md @@ -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`