From 999fac6c822024b6081260c44d3c7b93b6c6c348 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8A=B1=E5=BC=80=E5=8D=8A=E4=BA=A9=E5=9C=B0?= <2572468699@qq.com> Date: Wed, 21 Sep 2022 01:31:10 +0800 Subject: [PATCH] docs: update label doc --- docs/zh/overlay/label.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/zh/overlay/label.md b/docs/zh/overlay/label.md index 42a1c8f6..b3fc3dbe 100644 --- a/docs/zh/overlay/label.md +++ b/docs/zh/overlay/label.md @@ -68,13 +68,13 @@ style 可以是任何符合规范的 css 样式,样式属性需使用驼峰命 ## 组件事件 -| 事件名 | 说明 | 类型 | -| ---------- | ------------------------------------------------------------------------------ | ----------------------- | +| 事件名 | 说明 | 类型 | +| ---------- | -------------------------------------------------------------------------------------- | ----------------------- | | click | 鼠标左键单击事件的回调函数。 当双击时,产生的事件序列为: `click -> click -> dblclick` | ` ((e: Event) => void)` | -| dblclick | 鼠标左键双击事件的回调函数 | ` ((e: Event) => void)` | -| mousedown | 鼠标左键在该覆盖物上按下的回调函数 | ` ((e: Event) => void)` | -| mouseup | 鼠标左键在该覆盖物上抬起的回调函数 | ` ((e: Event) => void)` | -| mouseout | 鼠标指针移出该覆盖物事件的回调函数 | ` ((e: Event) => void)` | -| mouseover | 鼠标指针移入该覆盖物事件的回调函数 | ` ((e: Event) => void)` | -| remove | 该覆盖物被移除的回调函数 | ` ((e: Event) => void)` | -| lineupdate | 覆盖物被编辑后的回调函数 | ` ((e: Event) => void)` | \ No newline at end of file +| dblclick | 鼠标左键双击事件的回调函数 | ` ((e: Event) => void)` | +| mousedown | 鼠标左键在该覆盖物上按下的回调函数 | ` ((e: Event) => void)` | +| mouseup | 鼠标左键在该覆盖物上抬起的回调函数 | ` ((e: Event) => void)` | +| mouseout | 鼠标指针移出该覆盖物事件的回调函数 | ` ((e: Event) => void)` | +| mouseover | 鼠标指针移入该覆盖物事件的回调函数 | ` ((e: Event) => void)` | +| remove | 该覆盖物被移除的回调函数 | ` ((e: Event) => void)` | +| lineupdate | 覆盖物被编辑后的回调函数 | ` ((e: Event) => void)` | \ No newline at end of file