feat(task): task detail
This commit is contained in:
@@ -36,7 +36,9 @@ export default function LabelSchemeContainer(props: {
|
||||
}}
|
||||
/>
|
||||
<Text size="sm">
|
||||
{color.length >= 3 ? `${color[0]},${color[1]},${color[2]}` : "-"}
|
||||
{color.length >= 3
|
||||
? `${color[0]},${color[1]},${color[2]}`
|
||||
: "-"}
|
||||
</Text>
|
||||
</Group>
|
||||
)
|
||||
@@ -70,7 +72,11 @@ export default function LabelSchemeContainer(props: {
|
||||
}, [])
|
||||
|
||||
return (
|
||||
<Paper withBorder p="sm" radius="md" style={{ borderColor: "rgba(0,0,0,0.06)" }}>
|
||||
<Paper
|
||||
withBorder
|
||||
p="sm"
|
||||
radius="md"
|
||||
style={{ borderColor: "rgba(0,0,0,0.06)" }}>
|
||||
<Stack gap="sm">
|
||||
<Text fw={700}>标注方案</Text>
|
||||
<DataTable<ProjectDetail.LabelSchemaList>
|
||||
@@ -85,4 +91,3 @@ export default function LabelSchemeContainer(props: {
|
||||
</Paper>
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user