feat: 修改文案大小
This commit is contained in:
@@ -67,7 +67,7 @@ const OrderDetailDialog = forwardRef<OrderDetailDialogRef, OrderDetailDialogProp
|
||||
<div className={'sr-only'}>order detail</div>
|
||||
</DialogTitle>
|
||||
<DialogContent className='sm:w-[675px]'>
|
||||
<div className='text-4xl font-bold text-[#0F2C53] sm:mb-8 sm:text-center sm:text-4xl'>
|
||||
<div className='text-2xl font-bold text-[#0F2C53] sm:mb-8 sm:text-center'>
|
||||
{t('orderDetail')}
|
||||
</div>
|
||||
|
||||
|
||||
@@ -77,7 +77,7 @@ export default function Page() {
|
||||
</AiroButton>
|
||||
</div>
|
||||
</div>
|
||||
<CardContent className='px-0 py-3 pb-0 text-sm sm:pb-6'>
|
||||
<CardContent className='px-0 py-3 pb-0 text-sm'>
|
||||
<ul className='grid grid-cols-2 gap-3 *:flex *:flex-col lg:grid-cols-4'>
|
||||
<li>
|
||||
<span className='text-[#225BA9]'>{t('name')}</span>
|
||||
|
||||
Reference in New Issue
Block a user