11 lines
462 B
Plaintext
11 lines
462 B
Plaintext
|
|
<view class="button-example">
|
||
|
|
<t-button theme="primary" size="large" disabled>填充按钮</t-button>
|
||
|
|
<t-button theme="light" size="large" disabled>填充按钮</t-button>
|
||
|
|
<t-button size="large" disabled>填充按钮</t-button>
|
||
|
|
</view>
|
||
|
|
|
||
|
|
<view class="button-example">
|
||
|
|
<t-button theme="primary" size="large" variant="outline" disabled>描边按钮</t-button>
|
||
|
|
<t-button theme="primary" size="large" variant="text" disabled>文字按钮</t-button>
|
||
|
|
</view>
|