Files
MiniProgram/ProjectLiaisonForm/pages/radio/theme/index.wxml
2025-08-15 14:05:08 +08:00

6 lines
212 B
Plaintext

<t-radio default-checked="{{true}}" allow-uncheck icon="line" label="单选" />
<view class="gutter" style="height: 32rpx"></view>
<t-radio default-checked="{{true}}" allow-uncheck icon="dot" label="单选" />