Merge pull request #410 from Cwealth/feat/Cwealth

fix: Table组件设置 align="center" 导致横向滚动条位置错误问题
This commit is contained in:
Archer 2024-01-22 14:23:21 +08:00 committed by GitHub
commit e764b4e002
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -339,6 +339,7 @@ export default defineComponent({
const bindValue: Recordable = { ...attrs, ...unref(getProps) }
delete bindValue.columns
delete bindValue.data
delete bindValue.align
return bindValue
})