fix(components): [el-table] footer layout error (#6090)

This commit is contained in:
msidolphin 2022-02-21 09:14:45 +08:00 committed by GitHub
parent 7e9ff25aea
commit 8a9086d93e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -110,7 +110,9 @@ export default defineComponent({
border: '0',
},
[
hColgroup(columns),
hColgroup({
columns,
}),
h('tbody', [
h('tr', {}, [
...columns.map((column, cellIndex) =>