fix(web): BodyWrapper add init height class

This commit is contained in:
zhaoying
2026-03-30 16:31:23 +08:00
parent c7b51e7ad8
commit 09b3b01d37
2 changed files with 7 additions and 6 deletions

View File

@@ -78,7 +78,7 @@ export default function UserMemory() {
}, [search, data])
return (
<div>
<>
<Form form={form}>
<Row gutter={16} className="rb:mb-4">
<Col span={8}>
@@ -137,6 +137,6 @@ export default function UserMemory() {
})}
</Row>
</BodyWrapper>
</div>
</>
);
}