mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-12 12:25:22 +08:00
fix(components): [table-v2] calculate the width of MainTable in the same way (#13584)
* fix(components): [table-v2] calculate the width of MainTable in the same way * fix: duplicate properties
This commit is contained in:
parent
4315f02362
commit
c731027f9b
@ -143,7 +143,7 @@ const TableV2 = defineComponent({
|
||||
data: _data,
|
||||
fixedData,
|
||||
estimatedRowHeight,
|
||||
bodyWidth: unref(bodyWidth),
|
||||
bodyWidth: unref(bodyWidth) + vScrollbarSize,
|
||||
headerHeight,
|
||||
headerWidth: unref(headerWidth),
|
||||
height: unref(mainTableHeight),
|
||||
|
Loading…
Reference in New Issue
Block a user