We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3ef145 commit 65c2c1cCopy full SHA for 65c2c1c
web/src/components/baInput/components/remoteSelect.vue
@@ -54,7 +54,7 @@
54
:layout="props.paginationLayout"
55
:total="state.total"
56
@current-change="onSelectCurrentPageChange"
57
- :small="config.layout.shrink"
+ :size="config.layout.shrink ? 'small' : 'default'"
58
/>
59
</template>
60
</el-select>
0 commit comments