fix: simplify coding project card rail
This commit is contained in:
@@ -647,14 +647,7 @@ export function CodingChatPanel({
|
||||
</Button>
|
||||
|
||||
{projects.length > 0 ? (
|
||||
<section className="mt-7" aria-labelledby="coding-existing-projects-title">
|
||||
<div className="mb-3 flex items-end justify-between gap-4 px-0.5">
|
||||
<h2 id="coding-existing-projects-title" className="text-sm font-semibold tracking-[-0.01em]">
|
||||
已有项目
|
||||
</h2>
|
||||
<p className="text-xs text-muted-foreground">选择一个项目继续</p>
|
||||
</div>
|
||||
|
||||
<section className="mt-7" aria-label="项目列表">
|
||||
<div
|
||||
className="flex gap-3 overflow-x-auto pb-2"
|
||||
data-testid="coding-existing-projects"
|
||||
|
||||
Reference in New Issue
Block a user