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}
|
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…
x
Reference in New Issue
Block a user