mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-02 19:28:14 +08:00
fix(components): [el-table] footer layout error (#6090)
This commit is contained in:
parent
7e9ff25aea
commit
8a9086d93e
@ -110,7 +110,9 @@ export default defineComponent({
|
||||
border: '0',
|
||||
},
|
||||
[
|
||||
hColgroup(columns),
|
||||
hColgroup({
|
||||
columns,
|
||||
}),
|
||||
h('tbody', [
|
||||
h('tr', {}, [
|
||||
...columns.map((column, cellIndex) =>
|
||||
|
Loading…
Reference in New Issue
Block a user