mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-06 05:09:09 +08:00
fix(SelectModelPopup): set popup width to 600 for improved layout
This commit is contained in:
parent
e2b617be3b
commit
05caa74de8
@ -366,6 +366,7 @@ const PopupContainer: React.FC<PopupContainerProps> = ({ model, resolve }) => {
|
|||||||
open={open}
|
open={open}
|
||||||
onCancel={onCancel}
|
onCancel={onCancel}
|
||||||
afterClose={onClose}
|
afterClose={onClose}
|
||||||
|
width={600}
|
||||||
transitionName="ant-move-down"
|
transitionName="ant-move-down"
|
||||||
styles={{
|
styles={{
|
||||||
content: {
|
content: {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user