소스 검색

自定义样式

zhengnaiwen_citu 5 달 전
부모
커밋
f584129bf9
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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