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/base/features/new-feature-panel/text-to-speech/voice-settings.tsx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/app/components/base/features/new-feature-panel/text-to-speech/voice-settings.tsx b/app/components/base/features/new-feature-panel/text-to-speech/voice-settings.tsx
index 3c77897..076f06e 100644
--- a/app/components/base/features/new-feature-panel/text-to-speech/voice-settings.tsx
+++ b/app/components/base/features/new-feature-panel/text-to-speech/voice-settings.tsx
@@ -37,7 +37,7 @@
         {children}
       </PortalToFollowElemTrigger>
       <PortalToFollowElemContent style={{ zIndex: 50 }}>
-        <div className='w-[360px] rounded-2xl border-[0.5px] border-components-panel-border bg-components-panel-bg p-4 shadow-2xl'>
+        <div className='w-[360px] p-4 bg-components-panel-bg rounded-2xl border-[0.5px] border-components-panel-border shadow-2xl'>
           <ParamConfigContent onClose={() => onOpen(false)} onChange={onChange} />
         </div>
       </PortalToFollowElemContent>

--
Gitblit v1.8.0