fix: center NoResult empty state with minHeight on list pages
This commit is contained in:
@@ -95,6 +95,7 @@ const useNoResourceResult = (props: {
|
||||
|
||||
const noResourceResult = (
|
||||
<NoResult
|
||||
minHeight="calc(100vh - 300px)"
|
||||
loading={loading}
|
||||
loadend={loadend}
|
||||
dataSource={dataSource}
|
||||
|
||||
Reference in New Issue
Block a user