提交 e4afd2ee authored 作者: 徐立's avatar 徐立

调整表格自适应

上级 e05212c8
......@@ -891,7 +891,6 @@ class FormList extends React.Component {
isMobile = true
}
let showDiv = document.querySelector('#mobelDiv')&&document.querySelector('#mobelDiv')?.parentNode.clientWidth
console.log(showDiv)
const parentMethods = {
handleAdd: this.handleAdd,
handleModalVisible: this.handleModalVisible,
......@@ -1037,7 +1036,7 @@ class FormList extends React.Component {
<div
id='mobelDiv'
style={{
overflow:'auto',
overflow:'hidden',
width: isMobile?showMobileDiv:showDiv,
height: '100%'
}}
......@@ -1045,7 +1044,8 @@ class FormList extends React.Component {
<div
>
<StandardTable
{
showDiv&&<StandardTable
showHeader={this.props.showHeader!=null?this.props.showHeader:true}
noSelectRow={rights==null|| !rights.includes('delete') }
rowKey="id"
......@@ -1058,6 +1058,7 @@ class FormList extends React.Component {
onChange={this.handleStandardTableChange}
loading={this.props.loading}
/>
}
</div>
</div>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论