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/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