提交 7115c38e authored 作者: 徐立's avatar 徐立

删除内部附加样式

上级 d8b1bc74
...@@ -478,13 +478,13 @@ export default class ZdyTable extends Component { ...@@ -478,13 +478,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 : '10px', paddingBottom: paddingBottom != null ? paddingBottom : '0',
} }
: { : {
overflow: isDynamic ? 'hidden' : 'auto', overflow: isDynamic ? 'hidden' : 'auto',
// overflowY: isDynamic && 'auto', // overflowY: isDynamic && 'auto',
width: '100%', width: '100%',
paddingBottom: paddingBottom != null ? paddingBottom : '10px', paddingBottom: paddingBottom != null ? paddingBottom : '0',
}; };
if (!isReady) return <></>; if (!isReady) return <></>;
if (this.props.postData?.isUpdate) { if (this.props.postData?.isUpdate) {
...@@ -611,7 +611,7 @@ export default class ZdyTable extends Component { ...@@ -611,7 +611,7 @@ export default class ZdyTable extends Component {
}} }}
> >
<TableCom <TableCom
isPrint={this.props.isPrint} isPrint={this.props.isPrint}
formCode={formCode} // 当前表单code formCode={formCode} // 当前表单code
modalInit={modalInit} modalInit={modalInit}
taskAssignee={taskAssignee} //提交人 taskAssignee={taskAssignee} //提交人
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论