fix(SelectModelPopup): set popup width to 600 for improved layout
This commit is contained in:
parent
d8baf378ea
commit
c11adc01dc
@ -366,6 +366,7 @@ const PopupContainer: React.FC<PopupContainerProps> = ({ model, resolve }) => {
|
||||
open={open}
|
||||
onCancel={onCancel}
|
||||
afterClose={onClose}
|
||||
width={600}
|
||||
transitionName="ant-move-down"
|
||||
styles={{
|
||||
content: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user