@@ -8,6 +8,7 @@
:multiple="item.multiple"
:item-label="item.itemLabel"
:item-value="item.itemValue"
+ :popupStyle="{ 'padding-bottom': '80px' }"
@change="($event, $name) => handleClick($event, $name, item)"
>
<view