zhengnaiwen_citu 5 mesi fa
parent
commit
f584129bf9
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      components/FilterList/index.vue

+ 1 - 0
components/FilterList/index.vue

@@ -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