docs: 调整组件介绍文档

This commit is contained in:
dengrongyao
2021-04-07 20:17:35 +08:00
committed by neverland
parent 0c6f7c63a7
commit 56429ad4e1
34 changed files with 34 additions and 36 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
### Intro
The Sticky component has the same effect as the `position: sticky` property in CSS. When the component is within the screen range, it will be arranged according to the normal layout. When the component rolls out of the screen, it will always be fixed at the top of the screen.
The sticky component is consistent with the effect achieved by the `position: sticky` property in CSS, in that when the component is within screen range, it will follow the normal layout arrangement, and when the component rolls out of screen range, it will always be fixed at the top of the screen.
### Install