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

打印间距设置

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