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

24 lines
656 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.

<t-navbar title="Search" leftArrow />
<view class="demo">
<t-demo-header
title="Search 搜索框"
desc="用于用户输入搜索信息,并进行页面内容搜索。"
notice="渲染框架支持情况Skyline、WebView"
/>
<t-demo title="01 组件类型" desc="基础搜索框">
<base />
</t-demo>
<t-demo desc="字数限制">
<maxlength />
</t-demo>
<t-demo desc="获取焦点后显示取消按钮">
<action />
</t-demo>
<t-demo title="02 组件样式" desc="搜索框形状">
<shape />
</t-demo>
<t-demo title="03 组件状态" desc="默认状态其他对齐方式">
<other />
</t-demo>
</view>