mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-03 06:12:14 +08:00
feat: adjust position
This commit is contained in:
@@ -384,7 +384,7 @@ export function InputBox({
|
||||
</PromptInputTools>
|
||||
</PromptInputFooter>
|
||||
{isNewThread && searchParams.get("mode") !== "skill" && (
|
||||
<div className="absolute right-0 -bottom-24 left-0 z-0 flex items-center justify-center">
|
||||
<div className="absolute right-0 -bottom-20 left-0 z-0 flex items-center justify-center">
|
||||
<SuggestionList />
|
||||
</div>
|
||||
)}
|
||||
@@ -419,7 +419,7 @@ function SuggestionList() {
|
||||
[textInput],
|
||||
);
|
||||
return (
|
||||
<Suggestions className="h-32 w-fit">
|
||||
<Suggestions className="min-h-16 w-fit items-start">
|
||||
<ConfettiButton
|
||||
className="text-muted-foreground cursor-pointer rounded-full px-4 text-xs font-normal"
|
||||
variant="outline"
|
||||
|
||||
Reference in New Issue
Block a user