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/debug/debug-with-multiple-model/debug-item.tsx | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/components/app/configuration/debug/debug-with-multiple-model/debug-item.tsx b/app/components/app/configuration/debug/debug-with-multiple-model/debug-item.tsx index 95c43f5..9f6da8a 100644 --- a/app/components/app/configuration/debug/debug-with-multiple-model/debug-item.tsx +++ b/app/components/app/configuration/debug/debug-with-multiple-model/debug-item.tsx @@ -64,11 +64,11 @@ return ( <div - className={`flex min-w-[320px] flex-col rounded-xl bg-background-section-burn ${className}`} + className={`flex flex-col min-w-[320px] rounded-xl bg-white border-[0.5px] border-black/5 ${className}`} style={style} > - <div className='flex h-10 shrink-0 items-center justify-between border-b-[0.5px] border-divider-regular px-3'> - <div className='flex h-5 w-6 items-center justify-center font-medium italic text-text-tertiary'> + <div className='shrink-0 flex items-center justify-between h-10 px-3 border-b-[0.5px] border-b-black/5'> + <div className='flex items-center justify-center w-6 h-5 font-medium italic text-gray-500'> #{index + 1} </div> <ModelParameterTrigger -- Gitblit v1.8.0