mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 11:08:45 +08:00
Fix Tabs nested in expanded Table, close #2013
This commit is contained in:
parent
23e5d18e7c
commit
a69b7b70a1
@ -23,6 +23,7 @@
|
||||
text-align: left;
|
||||
border-radius: @border-radius-base @border-radius-base 0 0;
|
||||
overflow: hidden;
|
||||
table-layout: fixed;
|
||||
}
|
||||
|
||||
th {
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user