mirror of
https://github.com/labring/FastGPT.git
synced 2025-12-25 20:02:47 +00:00
can close modal in pay
This commit is contained in:
parent
d647543d32
commit
5cf7324e57
|
|
@ -169,6 +169,7 @@ const QRCodePayModal = ({
|
|||
iconSrc="/imgs/modal/wallet.svg"
|
||||
w={'600px'}
|
||||
onClose={onClose}
|
||||
closeOnOverlayClick={false}
|
||||
>
|
||||
<ModalBody textAlign={'center'} padding={['16px 24px', '32px 52px']}>
|
||||
{tip && <LightTip text={tip} mb={6} textAlign={'left'} />}
|
||||
|
|
|
|||
Loading…
Reference in New Issue