Skip to content

Commit

Permalink
fix: Table组件设置 align="center" 导致横向滚动条位置错误问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Cwealth committed Jan 22, 2024
1 parent a3436a3 commit 22f071d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Table/src/Table.vue
Expand Up @@ -339,6 +339,7 @@ export default defineComponent({
const bindValue: Recordable = { ...attrs, ...unref(getProps) }
delete bindValue.columns
delete bindValue.data
delete bindValue.align
return bindValue
})
Expand Down

0 comments on commit 22f071d

Please sign in to comment.