优化UI
This commit is contained in:
@@ -500,6 +500,7 @@ export function PipelinePage(props: {
|
||||
project: Project;
|
||||
loading: boolean;
|
||||
navigate: (page: Page, options?: { projectId?: string; productId?: string }) => void;
|
||||
onBack?: () => void;
|
||||
user: User;
|
||||
team: Team;
|
||||
products: Product[];
|
||||
@@ -2809,7 +2810,7 @@ export function PipelinePage(props: {
|
||||
<section className="pipeline-page">
|
||||
<header className="pl-head">
|
||||
<div className="pl-title">
|
||||
<button className="pl-back" type="button" onClick={() => navigate("projects")} aria-label="返回视频创作">
|
||||
<button className="pl-back" type="button" onClick={() => (props.onBack ? props.onBack() : navigate("projects"))} aria-label="返回">
|
||||
<ArrowLeft />
|
||||
</button>
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user