提交 9e917928 authored 作者: 徐立's avatar 徐立

修复bug

上级 1477adc0
......@@ -880,9 +880,8 @@ class FormList extends React.Component {
isMobile = true
}
let showDiv = document.querySelector('#mobelDiv')?
document.querySelector('#mobelDiv').clientWidth
:'100%'
document.querySelector('#mobelDiv')?.parentNode.clientWidth
:1100
const parentMethods = {
handleAdd: this.handleAdd,
handleModalVisible: this.handleModalVisible,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论