fix: fix tasks

This commit is contained in:
2025-06-14 22:30:58 +08:00
parent 882b29d7a1
commit 1b5bdadf10
15 changed files with 91 additions and 49 deletions

View File

@@ -231,7 +231,7 @@ function TaskManageRouteComponent() {
);
})
) : (
<DetailEmptyView message="No tasks found" />
<DetailEmptyView message="No tasks found" fullWidth />
)}
</div>