瀏覽代碼

选择框组件-大小参数调整;

001295 1 年之前
父節點
當前提交
ff9f837d54
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/components/popover-select/index.vue

+ 1 - 0
src/components/popover-select/index.vue

@@ -336,6 +336,7 @@ export default {
       clearable
       v-bind="$attrs"
       v-model="innerValue"
+      :size="size"
       :value-key="valueKey"
       :fetch-suggestions="useAutocomplete"
       @select="useConfirm([$event])"