Fix Tabs nested in expanded Table, close #2013

This commit is contained in:
afc163 2016-06-12 15:31:34 +08:00
parent 23e5d18e7c
commit a69b7b70a1
2 changed files with 2 additions and 1 deletions

View File

@ -23,6 +23,7 @@
text-align: left;
border-radius: @border-radius-base @border-radius-base 0 0;
overflow: hidden;
table-layout: fixed;
}
th {

View File

@ -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",