feat: 本次提交更新内容如下

选择栏做了修改
This commit is contained in:
笔记本里的永平
2025-07-17 09:53:34 +08:00
parent 84e0ed3393
commit 42ba2590f7
3 changed files with 116 additions and 65 deletions

View File

@@ -215,11 +215,7 @@ export default function NewPlan() {
<header className="sticky top-0 z-10 bg-white border-b">
<div className="flex items-center justify-between h-14 px-4">
<div className="flex items-center">
<Button
variant="ghost"
size="icon"
onClick={() => router("/scenarios")}
>
<Button variant="ghost" size="icon" onClick={() => router(-1)}>
<ChevronLeft className="h-5 w-5" />
</Button>
</div>