Commit 7ad0082c by Apple\Apple

💄 style(SettingsPanel): Select componet style adjustments

parent 890c953f
...@@ -130,6 +130,7 @@ const SettingsPanel = ({ ...@@ -130,6 +130,7 @@ const SettingsPanel = ({
optionList={groups} optionList={groups}
renderOptionItem={renderGroupOption} renderOptionItem={renderGroupOption}
style={{ width: '100%' }} style={{ width: '100%' }}
dropdownStyle={{ width: '100%', maxWidth: '100%' }}
className="!rounded-lg" className="!rounded-lg"
disabled={customRequestMode} disabled={customRequestMode}
/> />
...@@ -159,6 +160,8 @@ const SettingsPanel = ({ ...@@ -159,6 +160,8 @@ const SettingsPanel = ({
value={inputs.model} value={inputs.model}
autoComplete='new-password' autoComplete='new-password'
optionList={models} optionList={models}
style={{ width: '100%' }}
dropdownStyle={{ width: '100%', maxWidth: '100%' }}
className="!rounded-lg" className="!rounded-lg"
disabled={customRequestMode} disabled={customRequestMode}
/> />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment