From a430284aa21e3ae1f0d5654e55b2ad2852519cc2 Mon Sep 17 00:00:00 2001
From: wwf <yearningwang@iqtogether.com>
Date: 星期三, 04 六月 2025 15:17:49 +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