fix: center NoResult empty state with minHeight on list pages

This commit is contained in:
jialin
2026-07-14 19:54:45 +08:00
committed by jialin
parent 8f0691395b
commit 06a2777632
18 changed files with 19 additions and 0 deletions
@@ -95,6 +95,7 @@ const useNoResourceResult = (props: {
const noResourceResult = (
<NoResult
minHeight="calc(100vh - 300px)"
loading={loading}
loadend={loadend}
dataSource={dataSource}