Files
MiniProgram/ProjectLiaisonForm/pages/input/base/index.wxml

8 lines
222 B
Plaintext
Raw Normal View History

2025-08-15 14:05:08 +08:00
<t-input label="标签文字" placeholder="请输入文字" />
<t-input placeholder="请输入文字">
<view slot="label" class="custom-label"> 标签文字 </view>
</t-input>
<t-input placeholder="请输入文字" />