Commit 93755cf3 by zhaochengxiang

bug fix

parent ed555736
...@@ -160,7 +160,7 @@ const FilterElementModal = (props) => { ...@@ -160,7 +160,7 @@ const FilterElementModal = (props) => {
title={type==='global'?'资产目录浏览管理':'可见列设置'} title={type==='global'?'资产目录浏览管理':'可见列设置'}
width={520} width={520}
onCancel={cancel} onCancel={cancel}
bodyStyle={{ padding: '15px 15px 0px 15px', maxHeight: '80vh' }} bodyStyle={{ padding: '15px 15px 0px 15px', maxHeight: '80vh', overflow: 'auto' }}
footer={[ footer={[
<Button <Button
key="0" key="0"
......
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