提交 16c86a20 authored 作者: 钟是志's avatar 钟是志

优化组件

scroll={{x: 'max-content'}}
上级 5c9226a8
......@@ -247,7 +247,7 @@ export default class List extends Component {
loading,
noSelectRow: !listConfig.selectRows,
onSelectRow: this.handleSelectRows,
scroll: { x: true },
scroll: { x: window.location.href.includes('Portal/#/') ? 'max-content' : true },
};
if (!listConfig.paging) {
tableProps.data = { list: data, pagination: false };
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论