From 8ad181ddc16041b46218187ad18f05ec541645dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E4=BA=8C=E5=93=A5?= Date: Wed, 2 Mar 2022 11:25:26 +0000 Subject: [PATCH] update src/utils/domUtil.ts. --- src/utils/domUtil.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/domUtil.ts b/src/utils/domUtil.ts index 3eadb651..f141d205 100644 --- a/src/utils/domUtil.ts +++ b/src/utils/domUtil.ts @@ -10,6 +10,7 @@ export function getTop(elem: any): any { } /** + * 随便写的 * 获取 left 属性值 *

* @param elem dom