diff --git a/packages/table/src/table.vue b/packages/table/src/table.vue index 6270c7b8b..df0c8b0d7 100644 --- a/packages/table/src/table.vue +++ b/packages/table/src/table.vue @@ -99,7 +99,7 @@ :border="border" :store="store" :style="{ - width: layout.bodyWidth ? layout.bodyWidth + 'px' : '' + width: bodyWidth }">
@@ -162,7 +162,7 @@ :border="border" :store="store" :style="{ - width: layout.bodyWidth ? layout.bodyWidth + 'px' : '' + width: bodyWidth }">
@@ -196,7 +196,7 @@ :summary-method="summaryMethod" :store="store" :style="{ - width: layout.bodyWidth ? layout.bodyWidth + 'px' : '' + width: bodyWidth }">