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>
|
</h3>
|
||||||
<div
|
<div
|
||||||
class="ant-table-wrapper"
|
class="ant-table-wrapper"
|
||||||
style="margin-top:8px"
|
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="ant-spin-nested-loading"
|
class="ant-spin-nested-loading"
|
||||||
|
@ -1279,7 +1279,6 @@ export default class Table<T> extends React.Component<TableProps<T>, TableState<
|
|||||||
const {
|
const {
|
||||||
prefixCls: customizePrefixCls,
|
prefixCls: customizePrefixCls,
|
||||||
dropdownPrefixCls: customizeDropdownPrefixCls,
|
dropdownPrefixCls: customizeDropdownPrefixCls,
|
||||||
style,
|
|
||||||
className,
|
className,
|
||||||
} = this.props;
|
} = this.props;
|
||||||
const data = this.getCurrentPageData();
|
const data = this.getCurrentPageData();
|
||||||
@ -1315,7 +1314,7 @@ export default class Table<T> extends React.Component<TableProps<T>, TableState<
|
|||||||
: `${prefixCls}-without-pagination`;
|
: `${prefixCls}-without-pagination`;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className={classNames(`${prefixCls}-wrapper`, className)} style={style}>
|
<div className={classNames(`${prefixCls}-wrapper`, className)}>
|
||||||
<Spin
|
<Spin
|
||||||
{...loading}
|
{...loading}
|
||||||
className={loading.spinning ? `${paginationPatchClass} ${prefixCls}-spin-holder` : ''}
|
className={loading.spinning ? `${paginationPatchClass} ${prefixCls}-spin-holder` : ''}
|
||||||
|
Loading…
Reference in New Issue
Block a user