chore: 升级依赖,element-plus最新版兼容处理

This commit is contained in:
xiaoxian521
2024-08-12 14:51:34 +08:00
parent 244ab7f990
commit 5fbb664da7
15 changed files with 1183 additions and 1193 deletions

View File

@@ -133,8 +133,7 @@ const {
:adaptiveConfig="{ offsetBottom: 108 }"
:data="dataList"
:columns="dynamicColumns"
:pagination="pagination"
:paginationSmall="size === 'small' ? true : false"
:pagination="{ ...pagination, size }"
:header-cell-style="{
background: 'var(--el-fill-color-light)',
color: 'var(--el-text-color-primary)'