Files
MiniProgram/ProjectLiaisonForm/pages/sticky/sticky.wxml
2025-08-15 14:05:08 +08:00

16 lines
593 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<view class="custom-navbar">
<t-navbar title="Sticky" leftArrow />
</view>
<view class="demo tdesign-demo-sticky-base">
<t-demo-header title="Sticky 吸顶" desc="用于常驻页面顶部的信息、操作展示。" notice="渲染框架支持情况WebView" />
<t-demo title="01 类型" desc="基础吸顶" padding>
<base navbar-height="{{navbarHeight}}" />
</t-demo>
<t-demo title="" desc="吸顶距离">
<offset navbar-height="{{navbarHeight}}" />
</t-demo>
<t-demo title="" desc="指定容器">
<container navbar-height="{{navbarHeight}}" />
</t-demo>
</view>