mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-11 19:42:54 +08:00
parent
62aeb5aff2
commit
af39b46595
@ -466,7 +466,6 @@ exports[`renders ./components/empty/demo/config-provider.md correctly 1`] = `
|
||||
</h3>
|
||||
<div
|
||||
class="ant-table-wrapper"
|
||||
style="margin-top:8px"
|
||||
>
|
||||
<div
|
||||
class="ant-spin-nested-loading"
|
||||
|
@ -1279,7 +1279,6 @@ export default class Table<T> extends React.Component<TableProps<T>, TableState<
|
||||
const {
|
||||
prefixCls: customizePrefixCls,
|
||||
dropdownPrefixCls: customizeDropdownPrefixCls,
|
||||
style,
|
||||
className,
|
||||
} = this.props;
|
||||
const data = this.getCurrentPageData();
|
||||
@ -1315,7 +1314,7 @@ export default class Table<T> extends React.Component<TableProps<T>, TableState<
|
||||
: `${prefixCls}-without-pagination`;
|
||||
|
||||
return (
|
||||
<div className={classNames(`${prefixCls}-wrapper`, className)} style={style}>
|
||||
<div className={classNames(`${prefixCls}-wrapper`, className)}>
|
||||
<Spin
|
||||
{...loading}
|
||||
className={loading.spinning ? `${paginationPatchClass} ${prefixCls}-spin-holder` : ''}
|
||||
|
Loading…
Reference in New Issue
Block a user