Skip to content

Commit

Permalink
fix(Table): reset style
Browse files Browse the repository at this point in the history
  • Loading branch information
youluna committed Oct 25, 2019
1 parent ab09fe7 commit db24905
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/table/base.jsx
Expand Up @@ -622,6 +622,7 @@ export default class Table extends React.Component {
let table = this.renderTable(ret.groupChildren, ret.flatChildren),
{
className,
style,
hasBorder,
isZebra,
loading,
Expand Down Expand Up @@ -670,6 +671,7 @@ export default class Table extends React.Component {
const content = (
<div
className={cls}
style={style}
{...obj.pickOthers(Object.keys(Table.propTypes), others)}
>
{table}
Expand Down

0 comments on commit db24905

Please sign in to comment.