fix(project): detail all task list fix

This commit is contained in:
zhangheng
2026-02-26 19:26:46 +08:00
parent 77a9571b72
commit 4c72bbe55d
9 changed files with 780 additions and 166 deletions

View File

@@ -584,11 +584,7 @@ export default function ProjectInfoPage({
return (
<Stack w="100%" h="calc(100vh - 56px)" p="md" gap="md">
<Paper
withBorder
p="md"
radius="md"
style={{ borderColor: "var(--mantine-color-brand-text)" }}>
<Paper withBorder p="md" radius="md">
<Group justify="space-between" wrap="wrap" gap="sm">
<Group gap="xs">
<Text fw={700}>
@@ -765,7 +761,6 @@ export default function ProjectInfoPage({
p="md"
radius="md"
style={{
borderColor: "var(--mantine-color-brand-text)",
flex: 1,
minHeight: 0,
display: "flex",