fix: 样式修改
This commit is contained in:
@@ -149,10 +149,10 @@ const FeatureList = ({ plan }: { plan: API.Subscribe }) => {
|
||||
<div className={'flex items-start justify-between'}>
|
||||
<span className='flex items-center'>
|
||||
<SvgIcon name={'feature/Group 69'} className={'ml-1 mr-2'} />
|
||||
{plan?.name?.includes('pro') ? (
|
||||
<span className={'font-medium'}>IEPL专线</span>
|
||||
{plan?.name?.includes('Pro') ? (
|
||||
<span className={'font-medium'}>{t('IEPL_Pro')}</span>
|
||||
) : (
|
||||
<span>国内中转+专线中转</span>
|
||||
<span>{t('General_Line')}</span>
|
||||
)}
|
||||
</span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user