提交 79ddeff6 authored 作者: 钟是志's avatar 钟是志

分页参数修改

上级 1d0163cd
...@@ -736,13 +736,13 @@ export default class ZdyTable extends Component { ...@@ -736,13 +736,13 @@ export default class ZdyTable extends Component {
// overflowY: isDynamic && 'auto', // overflowY: isDynamic && 'auto',
width: '100%', width: '100%',
height: this.props.height, height: this.props.height,
paddingBottom: paddingBottom != null ? paddingBottom : isWebPrint ? 0 : '10px', paddingBottom: paddingBottom != null ? paddingBottom : isWebPrint ? 0 : '0px',
} }
: { : {
overflow: isDynamic ? 'hidden' : 'auto', overflow: isDynamic ? 'hidden' : 'auto',
// overflowY: isDynamic && 'auto', // overflowY: isDynamic && 'auto',
width: '100%', width: '100%',
paddingBottom: paddingBottom != null ? paddingBottom : isWebPrint ? 0 : '10px', paddingBottom: paddingBottom != null ? paddingBottom : isWebPrint ? 0 : '0px',
}; };
if (!isReady) return <></>; if (!isReady) return <></>;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论