Files
MiniProgram/ProjectLiaisonForm/pages/button/group-btn/index.wxml

5 lines
218 B
Plaintext
Raw Normal View History

2025-08-15 14:05:08 +08:00
<view class="button-example">
<t-button theme="light" block size="large" t-class="group-btn">填充按钮</t-button>
<t-button theme="primary" block size="large" t-class="group-btn">填充按钮</t-button>
</view>