1
This commit is contained in:
parent
10e4fa1232
commit
15c1e1ed25
@ -272,6 +272,7 @@ const ProjectGroupList: React.FC = () => {
|
|||||||
<div className="flex items-center justify-between">
|
<div className="flex items-center justify-between">
|
||||||
<h2 className="text-3xl font-bold tracking-tight">项目组管理</h2>
|
<h2 className="text-3xl font-bold tracking-tight">项目组管理</h2>
|
||||||
<Button onClick={() => setModalVisible(true)}>
|
<Button onClick={() => setModalVisible(true)}>
|
||||||
|
<PlusOutlined className="mr-1"/>
|
||||||
新建
|
新建
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
@ -329,10 +330,6 @@ const ProjectGroupList: React.FC = () => {
|
|||||||
<Card>
|
<Card>
|
||||||
<CardHeader className="flex flex-row items-center justify-between">
|
<CardHeader className="flex flex-row items-center justify-between">
|
||||||
<CardTitle>项目组列表</CardTitle>
|
<CardTitle>项目组列表</CardTitle>
|
||||||
<Button onClick={handleAdd}>
|
|
||||||
<PlusOutlined className="mr-1" />
|
|
||||||
新建
|
|
||||||
</Button>
|
|
||||||
</CardHeader>
|
</CardHeader>
|
||||||
<CardContent>
|
<CardContent>
|
||||||
<div className="rounded-md border">
|
<div className="rounded-md border">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user