deps: upgrade rc-table

This commit is contained in:
Benjy Cui 2015-12-25 15:45:44 +08:00
parent 8dea7fbe15
commit de1a21c8c8
2 changed files with 5 additions and 1 deletions

View File

@ -56,7 +56,7 @@
"rc-slider": "~3.3.0",
"rc-steps": "~1.4.1",
"rc-switch": "~1.3.1",
"rc-table": "~3.6.2",
"rc-table": "~3.7.0",
"rc-tabs": "~5.5.0",
"rc-time-picker": "~1.0.0",
"rc-tooltip": "~3.3.0",

View File

@ -292,4 +292,8 @@
background: #fbfbfb;
}
}
.@{table-prefix-cls}-row-indent + .@{table-prefix-cls}-row-expand-icon {
margin-right: 5px;
}
}