fix: failed field auto scroll in view

This commit is contained in:
jialin
2025-11-07 16:54:33 +08:00
parent fdb6ac7575
commit 9ffd4def64
10 changed files with 73 additions and 351 deletions
@@ -35,6 +35,7 @@ const NotFoundContent: React.FC<{
<NoContent>
{notFoundContent || (
<Empty
style={{ marginBlock: 0 }}
description={intl.formatMessage({ id: 'common.data.empty' })}
image={Empty.PRESENTED_IMAGE_SIMPLE}
/>