Commit 7473be59 by Archer Committed by GitHub

pay pre wrap (#2659)

parent de59b3d2
...@@ -74,7 +74,7 @@ const QRCodePayModal = ({ ...@@ -74,7 +74,7 @@ const QRCodePayModal = ({
return ( return (
<MyModal isOpen title={t('common:user.Pay')} iconSrc="/imgs/modal/pay.svg"> <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 && ( {tip && (
<Box fontSize={'sm'} whiteSpace={'pre'} mb={3}> <Box fontSize={'sm'} whiteSpace={'pre'} mb={3}>
{tip} {tip}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment