Skip to content

Commit 65c2c1c

Browse files
authored
refactor:不再使用新版 el-pagination 组件中已经废弃的 small 属性 (#49)
1 parent f3ef145 commit 65c2c1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/components/baInput/components/remoteSelect.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
:layout="props.paginationLayout"
5555
:total="state.total"
5656
@current-change="onSelectCurrentPageChange"
57-
:small="config.layout.shrink"
57+
:size="config.layout.shrink ? 'small' : 'default'"
5858
/>
5959
</template>
6060
</el-select>

0 commit comments

Comments
 (0)