|
@@ -92,7 +92,7 @@ const Process: React.FC<ProcessProps> = ({ executorMap }) => {
|
|
<PageContainer title={false}>
|
|
<PageContainer title={false}>
|
|
<div className="h-full w-full flex flex-row">
|
|
<div className="h-full w-full flex flex-row">
|
|
<LeftMenu title="业务列表" onChange={key => handleMenuOnChange(key)} />
|
|
<LeftMenu title="业务列表" onChange={key => handleMenuOnChange(key)} />
|
|
- <div className="ml-8 bg-white rounded-20px" style={{ width: 'calc(100% - 216px)' }}>
|
|
|
|
|
|
+ <div className="ml-8 bg-white rounded-20px" style={{ width: 'calc(100% - 248px)' }}>
|
|
<ProTable
|
|
<ProTable
|
|
scroll={{ y: document.body.clientHeight - 259 }}
|
|
scroll={{ y: document.body.clientHeight - 259 }}
|
|
pagination={false}
|
|
pagination={false}
|