Browse Source

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

001295 1 year ago
parent
commit
ff9f837d54
1 changed files with 1 additions and 0 deletions
  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])"