Browse Source

(fix) 结构物管理-分页滚动问题

master
liujiangyong 1 year ago
parent
commit
f8acb33931
  1. 1
      web/client/src/sections/projectRegime/containers/information.js

1
web/client/src/sections/projectRegime/containers/information.js

@ -199,6 +199,7 @@ const Information = (props) => {
if (index % 2 === 1) className = 'global-dark-row'; if (index % 2 === 1) className = 'global-dark-row';
return className; return className;
}} }}
scroll={{ y: 590 }}
/> />
{ {
<Modal <Modal

Loading…
Cancel
Save