From aaf47a6aa9eba25a231a8f03ca31c348b18b116d Mon Sep 17 00:00:00 2001 From: story Date: Sun, 24 Sep 2023 19:50:51 +0800 Subject: [PATCH] update --- docs/frontend/base/jQuery.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/frontend/base/jQuery.md b/docs/frontend/base/jQuery.md index 7dddf6cd1..815d3ecbb 100644 --- a/docs/frontend/base/jQuery.md +++ b/docs/frontend/base/jQuery.md @@ -136,7 +136,7 @@ $(function () { #### 位置 -```text +```txt - offset():设置或返回被选元素相对于文档(document)的偏移坐标,跟父级没有关系 - 有两个属性left、top