mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-30 10:28:42 +00:00
feat: limit prompt
This commit is contained in:
@@ -26,7 +26,7 @@ const MySelect = ({ placeholder, value, width = 'auto', list, onchange, ...props
|
||||
|
||||
return (
|
||||
<Menu autoSelect={false} onOpen={onOpen} onClose={onClose}>
|
||||
<MenuButton as={'span'}>
|
||||
<MenuButton style={{ width: '100%' }} as={'span'}>
|
||||
<Button
|
||||
width={width}
|
||||
px={3}
|
||||
|
Reference in New Issue
Block a user