From 168b0338a80239a2f14e53253e6081ffefdb91ee Mon Sep 17 00:00:00 2001 From: shutao Date: Sat, 11 May 2024 17:34:02 +0800 Subject: [PATCH] =?UTF-8?q?sticky-section=E8=A1=A5=E5=85=85=E6=B3=A8?= =?UTF-8?q?=E6=84=8F=E4=BA=8B=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/component/sticky.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/component/sticky.md b/docs/component/sticky.md index f9683243..46514cad 100644 --- a/docs/component/sticky.md +++ b/docs/component/sticky.md @@ -72,6 +72,7 @@ + sticky-section组件支持存放多个sticky-header子组件,多个sticky-header滚动吸顶时,后一个sticky-header会停靠在前一个sticky-header的末尾处, 仅限于同一个sticky-section父容器。多个sticky-section吸顶停靠通过push-pinned-header控制。 + sticky-section组件是虚拟组件不会真实渲染。仅支持padding属性控制子元素位置。其他排版需求要交给子元素实现 ++ Android平台sticky-section组件作为list-view的子元素时需要注意,sticky-section子元素仅支持sticky-header、list-item,其他元素无法正常显示 -- GitLab