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

26 lines
616 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="skyline">
<t-navbar title="Steps" left-arrow capsule="{{false}}" />
<scroll-view scroll-y type="list" class="scroll-view">
<view class="demo">
<t-demo-header
title="Steps 步骤条"
desc="用于任务步骤展示或任务进度展示。"
notice="渲染框架支持情况Skyline、WebView"
/>
<t-demo title="01 组件类型" />
<horizontal />
<vertical />
<t-demo title="02 组件状态" desc="选项卡状态" />
<status />
<t-demo title="03 特殊类型" />
<special />
</view>
</scroll-view>
</view>