Files

10 lines
269 B
Plaintext
Raw Permalink Normal View History

2025-08-15 14:05:08 +08:00
<view class="input-example">
<view class="input-example__label"> 标签文字 </view>
<t-input
placeholder="请输入文字"
borderless="{{true}}"
suffixIcon="{{ { name: 'info-circle-filled', ariaLabel: '提示' } }}"
style="{{style}}"
/>
</view>