优化 util 模块文档 (#1435)

This commit is contained in:
morning-star 2023-11-30 23:18:36 +08:00 committed by GitHub
parent d8895a7b5d
commit bf774bbd4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -216,7 +216,7 @@ util.openWin({
| options | 描述 | 类型 | 默认值 |
| --- | --- | --- | --- |
| elem | 触发事件的委托元素 | string \| HTMLElement \| jQuery | - |
| elem | 触发事件的委托元素 | string \| HTMLElement \| JQuery | - |
| trigger | 事件触发的方式 | string | `click` |
<pre class="layui-code" lay-options="{preview: true, codeStyle: 'height: 535px;', layout: ['code', 'preview'], tools: ['full']}">