From 77950e48c76f4a3b29d01831d43039caba29888a Mon Sep 17 00:00:00 2001
From: wwf <1971391498@qq.com>
Date: 星期二, 18 十一月 2025 14:12:42 +0800
Subject: [PATCH] 修改
---
app/components/app/configuration/config/index.tsx | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app/components/app/configuration/config/index.tsx b/app/components/app/configuration/config/index.tsx
index dc20955..39fdd50 100644
--- a/app/components/app/configuration/config/index.tsx
+++ b/app/components/app/configuration/config/index.tsx
@@ -12,7 +12,7 @@
import ConfigContext from '@/context/debug-configuration'
import ConfigPrompt from '@/app/components/app/configuration/config-prompt'
import ConfigVar from '@/app/components/app/configuration/config-var'
-import type { ModelConfig, PromptVariable } from '@/models/debug'
+import { type ModelConfig, type PromptVariable } from '@/models/debug'
import type { AppType } from '@/types/app'
import { ModelModeType } from '@/types/app'
@@ -57,7 +57,7 @@
return (
<>
<div
- className="relative h-0 grow overflow-y-auto px-6 pb-[50px]"
+ className="grow h-0 relative px-6 pb-[50px] overflow-y-auto"
>
{/* Template */}
<ConfigPrompt
--
Gitblit v1.8.0