Commit 7ad0082c by Apple\Apple

💄 style(SettingsPanel): Select componet style adjustments

parent 890c953f
......@@ -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}
/>
......
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