From d534d4575dee0ad90299438becf3db7ebf2e5e6a Mon Sep 17 00:00:00 2001 From: "Apple\\Apple" Date: Mon, 2 Jun 2025 06:28:24 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20style(SettingsPanel):=20Select?= =?UTF-8?q?=20componet=20style=20adjustments?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/components/playground/SettingsPanel.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web/src/components/playground/SettingsPanel.js b/web/src/components/playground/SettingsPanel.js index aea08fe1..4f3ea276 100644 --- a/web/src/components/playground/SettingsPanel.js +++ b/web/src/components/playground/SettingsPanel.js @@ -130,6 +130,7 @@ const SettingsPanel = ({ optionList={groups} renderOptionItem={renderGroupOption} style={{ width: '100%' }} + dropdownStyle={{ width: '100%', maxWidth: '100%' }} className="!rounded-lg" disabled={customRequestMode} /> @@ -159,6 +160,8 @@ const SettingsPanel = ({ value={inputs.model} autoComplete='new-password' optionList={models} + style={{ width: '100%' }} + dropdownStyle={{ width: '100%', maxWidth: '100%' }} className="!rounded-lg" disabled={customRequestMode} />