From f8acb339313316ee66f3c80b8e23dd60bb015626 Mon Sep 17 00:00:00 2001 From: liujiangyong Date: Fri, 10 Nov 2023 09:16:17 +0800 Subject: [PATCH] =?UTF-8?q?(fix)=20=E7=BB=93=E6=9E=84=E7=89=A9=E7=AE=A1?= =?UTF-8?q?=E7=90=86-=E5=88=86=E9=A1=B5=E6=BB=9A=E5=8A=A8=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/sections/projectRegime/containers/information.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/client/src/sections/projectRegime/containers/information.js b/web/client/src/sections/projectRegime/containers/information.js index 7ead39f..ada22f1 100644 --- a/web/client/src/sections/projectRegime/containers/information.js +++ b/web/client/src/sections/projectRegime/containers/information.js @@ -1,6 +1,6 @@ import React, { useEffect, useState } from 'react'; import { connect } from 'react-redux'; -import { Form, Input, Button, Table, Modal, Popconfirm } from 'antd'; +import { Form, Input, Button, Table, Modal, Popconfirm } from 'antd'; import '../style.less'; import { push } from 'react-router-redux'; import ProjectAddModel from '../components/projectAddModel' @@ -199,6 +199,7 @@ const Information = (props) => { if (index % 2 === 1) className = 'global-dark-row'; return className; }} + scroll={{ y: 590 }} /> {