mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 02:31:21 +00:00
fix(Checkbox): only the icon is clickable when label-disabled
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
</demo-block>
|
||||
|
||||
<demo-block :title="$t('customIconSize')">
|
||||
<van-checkbox v-model="checboxIcon" icon-size="25px">
|
||||
<van-checkbox v-model="checboxIcon" icon-size="24px">
|
||||
{{ $t('customIconSize') }}
|
||||
</van-checkbox>
|
||||
</demo-block>
|
||||
|
Reference in New Issue
Block a user