style: no resource modal

This commit is contained in:
jialin
2025-12-17 19:58:28 +08:00
parent 30536cb04a
commit e4bd753355
10 changed files with 218 additions and 123 deletions
@@ -111,7 +111,8 @@ const useNoResourceResult = (props: {
></NoResult>
);
return {
noResourceResult
noResourceResult,
handleCreate: handleClick
};
};