update 优化 分页组件样式 pagination更换成flex布局

This commit is contained in:
疯狂的狮子Li
2025-03-03 13:31:05 +08:00
parent e040820dae
commit eab4345198
3 changed files with 3 additions and 14 deletions

View File

@ -77,7 +77,6 @@ function handleCurrentChange(val: number) {
<style lang="scss" scoped>
.pagination-container {
padding: 32px 16px;
.el-pagination {
float: v-bind(float);
}