Skip to content

Commit b78c313

Browse files
authored
fix: typo
1 parent 65bd419 commit b78c313

File tree

1 file changed

+1
-1
lines changed
  • 2-ui/1-document/09-size-and-scroll/1-get-scroll-height-bottom

1 file changed

+1
-1
lines changed

2-ui/1-document/09-size-and-scroll/1-get-scroll-height-bottom/solution.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
let scrollBottom = elem.scrollHeight - elem.scrollTop - elem.clientHeight;
55
```
66

7-
换句话说:(完全高度)减去(已滚出顶部的高度)减去(可见部分的高度)— 得到的结果就是滚动出来的底部的部分。
7+
换句话说:(完全高度)减去(已滚出顶部的高度)减去(可见部分的高度)— 得到的结果就是滚动出来的底部的部分。

0 commit comments

Comments
 (0)