Commit 46ad1cc7 by zhaochengxiang

bug fix

parent eead7f2e
...@@ -761,7 +761,7 @@ const ModelTable = (props) => { ...@@ -761,7 +761,7 @@ const ModelTable = (props) => {
}, },
} }
}} }}
scroll={{ y: modelId?null:((filterData||[]).length===0?null:'calc(100vh - 121px - 57px - 24px - 38px - 44px)') }} scroll={{ y: modelId?null:((filterData||[]).length===0?null:'calc(100vh - 121px - 67px - 24px - 38px - 44px)') }}
onChange={onTableChange} onChange={onTableChange}
expandable={expandable} expandable={expandable}
/> />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment