提交 ef296829 authored 作者: chscls@163.com's avatar chscls@163.com

打印间距设置

上级 d6d3e7b8
...@@ -428,6 +428,7 @@ export default class ZdyTable extends Component { ...@@ -428,6 +428,7 @@ export default class ZdyTable extends Component {
postData, postData,
modalInit, modalInit,
concealModel, // 场景设计器内置跳转函数 concealModel, // 场景设计器内置跳转函数
paddingBottom
} = this.props; } = this.props;
let style = {}; let style = {};
if (formConfig.style != null) { if (formConfig.style != null) {
...@@ -467,12 +468,12 @@ export default class ZdyTable extends Component { ...@@ -467,12 +468,12 @@ export default class ZdyTable extends Component {
overflow: 'auto', overflow: 'auto',
width: '100%', width: '100%',
height: this.props.height, height: this.props.height,
paddingBottom: '10px', paddingBottom: paddingBottom!=null?paddingBottom:'10px',
} }
: { : {
overflow: 'auto', overflow: 'auto',
width: '100%', width: '100%',
paddingBottom: '10px', paddingBottom: paddingBottom!=null?paddingBottom:'10px',
}; };
if (!isReady) return <></>; if (!isReady) return <></>;
if (this.props.postData?.isUpdate) { if (this.props.postData?.isUpdate) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论