File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ artDialog —— 经典、优雅的网页对话框控件。
21
21
* [ 气泡浮层] ( #quickref-bubble )
22
22
* [ 添加按钮] ( #quickref-button )
23
23
* [ 控制对话框关闭] ( #quickref-close )
24
- * [ 给对话框左下脚添加复选框 ] ( #quickref-statusbar )
24
+ * [ 给对话框左下角添加复选框 ] ( #quickref-statusbar )
25
25
* [ 点按钮不关闭对话框] ( #quickref-callback )
26
26
* [ 不显示关闭按钮] ( #quickref-cancel )
27
27
* [ 创建 iframe 内容] ( #quickref-iframe )
@@ -183,7 +183,7 @@ setTimeout(function () {
183
183
}, 2000);
184
184
```
185
185
186
- ### 给对话框左下脚添加复选框
186
+ ### 给对话框左下角添加复选框
187
187
<i id =" quickref-statusbar " ></i >
188
188
189
189
```
@@ -265,7 +265,7 @@ require(['art.dialog/dist/dialog-plus'], function (dialog) {
265
265
默认居中显示,支持传入元素节点或者事件对象。
266
266
267
267
* 参数类型为`` HTMLElement `` :可吸附到元素上,同时对话框将呈现气泡样式。
268
- * 参数类型为`` Event Object `` :根据`` event.pageX `` 与`` event.pageY `` 定位。
268
+ * 参数类型为`` Event Object `` :根据`` event.pageX `` 与`` event.pageY `` 定位。
269
269
270
270
#### 示例
271
271
You can’t perform that action at this time.
0 commit comments