提交 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) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论