10 lines
320 B
Plaintext
10 lines
320 B
Plaintext
<t-cell title="大尺寸 32">
|
|
<t-switch defaultValue="{{true}}" size="large" slot="note" />
|
|
</t-cell>
|
|
<t-cell title="中尺寸 28">
|
|
<t-switch defaultValue="{{true}}" slot="note" />
|
|
</t-cell>
|
|
<t-cell title="小尺寸 24" bordered="{{false}}">
|
|
<t-switch defaultValue="{{true}}" size="small" slot="note" />
|
|
</t-cell>
|