From a69b7b70a1eda7bf937099d209e0b3697d94b6e8 Mon Sep 17 00:00:00 2001 From: afc163 Date: Sun, 12 Jun 2016 15:31:34 +0800 Subject: [PATCH] Fix Tabs nested in expanded Table, close #2013 --- components/table/style/index.less | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/components/table/style/index.less b/components/table/style/index.less index 16c041e24d..48a2d1e59b 100644 --- a/components/table/style/index.less +++ b/components/table/style/index.less @@ -23,6 +23,7 @@ text-align: left; border-radius: @border-radius-base @border-radius-base 0 0; overflow: hidden; + table-layout: fixed; } th { diff --git a/package.json b/package.json index eda016355a..e433a7f951 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "rc-slider": "~3.7.0", "rc-steps": "~2.1.3", "rc-switch": "~1.4.2", - "rc-table": "~4.1.1", + "rc-table": "~4.1.4", "rc-tabs": "~5.9.1", "rc-time-picker": "~1.1.4", "rc-tooltip": "~3.3.2",