@@ -119,7 +119,7 @@ const Inventory = () => {
<PageContainer title={false}>
<div className="h-full w-full flex flex-row">
<LeftMenu title="业务列表" onChange={key => handleMenuOnChange(key)} />
- <div className="bg-white ml-8 rounded-20px" style={{ width: 'calc(100% - 216px)' }}>
+ <div className="bg-white ml-8 rounded-20px" style={{ width: 'calc(100% - 248px)' }}>
<ProTable
scroll={{ y: document.body.clientHeight - 259 }}
search={false}
@@ -107,7 +107,7 @@ const Matter: React.FC = () => {
rowKey="ID"
@@ -92,7 +92,7 @@ const Process: React.FC<ProcessProps> = ({ executorMap }) => {
- <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)' }}>
pagination={false}
@@ -117,7 +117,7 @@ const Step: React.FC<StepProps> = ({ executorMap, matterMap, conditionSchema, di
<div className="w-full flex flex-row">
<LeftMenu title="业务主体" onChange={handleMenuChange} />
columns={columns}