This commit is contained in:
Archer 2025-07-23 20:48:13 +08:00 committed by GitHub
parent 5131ab21cf
commit ce9ec1bf57
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -347,7 +347,7 @@ const ExtraPlan = ({ onPaySuccess }: { onPaySuccess?: () => void }) => {
</Flex>
<Flex alignItems={'center'} fontSize={'sm'}>
<Box flex={['0 0 100px', '1 0 0']} color={'myGray.600'} fontWeight={'500'}>
{t('common:date')}
{t('common:invalid_time')}
</Box>
<Flex
justifyContent={'end'}