Remove workspace header actions
This commit is contained in:
@@ -5,8 +5,6 @@ import {
|
||||
IconEmail,
|
||||
IconFile,
|
||||
IconRobot,
|
||||
IconRight,
|
||||
IconUserGroup,
|
||||
} from '@arco-design/web-react/icon'
|
||||
import { aiSessions, inbox, notes, projects, tasks } from './projects/project-data'
|
||||
import type { Project } from './projects/project-types'
|
||||
@@ -32,10 +30,6 @@ export function WorkspacePage({ onSelectProject }: { onSelectProject: (project:
|
||||
<Text type="secondary">所有项目的统一工作台,汇总项目动态、任务压力和知识资产。</Text>
|
||||
<Title heading={4}>工作台</Title>
|
||||
</div>
|
||||
<Space>
|
||||
<Button icon={<IconUserGroup />}>团队视图</Button>
|
||||
<Button type="primary" icon={<IconRight />}>进入重点项目</Button>
|
||||
</Space>
|
||||
</div>
|
||||
|
||||
<Row gutter={12} className="metric-row">
|
||||
|
||||
Reference in New Issue
Block a user