fix:radio修复

This commit is contained in:
kele
2023-03-13 17:42:11 +08:00
parent 0dd5fde92c
commit 497d4e295f
10 changed files with 186 additions and 176 deletions
+1 -3
View File
@@ -10,9 +10,7 @@
v-for="item in state.radioList"
:key="item.type"
>
<view>
<radio :value="item.type" color="var(--ui-BG-Main)" style="transform: scale(0.8)" />
</view>
<radio :value="item.type" color="var(--ui-BG-Main)" style="transform: scale(0.8)" />
<view class="radio-subtitle">{{ item.type }}</view>
</label>
</radio-group>