💄 style(SettingsPanel): Select componet style adjustments

This commit is contained in:
Apple\Apple
2025-06-02 06:28:24 +08:00
parent 1d37867f39
commit d534d4575d

View File

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