From d479ea9789fc860613e305716b3b26aaf1d8621e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E5=A5=95?= Date: Thu, 22 Mar 2018 11:40:36 +0800 Subject: [PATCH] Table: fix wrapper width of fixed table (#10291) --- packages/table/src/table.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 }">