瀏覽代碼

Merge branch 'main' of https://git.2fi-solutions.com/wayne.lee/tsms

tags/Baseline_30082024_FRONTEND_UAT
leoho2fi 1 年之前
父節點
當前提交
84e66f9ec7
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      src/components/CreateProject/StaffAllocation.tsx

+ 2
- 2
src/components/CreateProject/StaffAllocation.tsx 查看文件

@@ -199,11 +199,11 @@ const StaffAllocation: React.FC<Props> = ({


return ( return (
<> <>
<Card sx={{ display: isActive ? "block" : "none" }}>
{/* <Card sx={{ display: isActive ? "block" : "none" }}>
<CardContent sx={{ display: "flex", flexDirection: "column", gap: 1 }}> <CardContent sx={{ display: "flex", flexDirection: "column", gap: 1 }}>
<ResourceCapacity /> <ResourceCapacity />
</CardContent> </CardContent>
</Card>
</Card> */}
<Card sx={{ display: isActive ? "block" : "none" }}> <Card sx={{ display: isActive ? "block" : "none" }}>
<CardContent sx={{ display: "flex", flexDirection: "column", gap: 1 }}> <CardContent sx={{ display: "flex", flexDirection: "column", gap: 1 }}>
<Stack gap={2}> <Stack gap={2}>


Loading…
取消
儲存