mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 13:03:50 +00:00
pay pre wrap (#2659)
This commit is contained in:
@@ -74,7 +74,7 @@ const QRCodePayModal = ({
|
||||
|
||||
return (
|
||||
<MyModal isOpen title={t('common:user.Pay')} iconSrc="/imgs/modal/pay.svg">
|
||||
<ModalBody textAlign={'center'} py={6} whiteSpace={'pre'}>
|
||||
<ModalBody textAlign={'center'} py={6} whiteSpace={'pre-wrap'}>
|
||||
{tip && (
|
||||
<Box fontSize={'sm'} whiteSpace={'pre'} mb={3}>
|
||||
{tip}
|
||||
|
Reference in New Issue
Block a user