|
|
@@ -266,12 +266,14 @@ export default function Component(props: { addItem: Function, firstItem: any })
|
|
|
</View>
|
|
|
{
|
|
|
modeOn && <View className='food_console_desc'>
|
|
|
- <View className='food_console_desc_point' style={{ backgroundColor: ColorType.food }} />
|
|
|
+ <View className='food_console_desc_point' style={{ backgroundColor: ColorType.food,marginTop:rpxToPx(46+18) }} />
|
|
|
+ {/* <View className='food_console_desc_point' style={{ backgroundColor: ColorType.food }} /> */}
|
|
|
<Text>{t('feature.food.sence_desc')}</Text>
|
|
|
</View>
|
|
|
}
|
|
|
{
|
|
|
!modeOn && <View className='food_console_desc_off'>
|
|
|
+
|
|
|
<Text>{t('feature.food.sence_desc_off')}</Text>
|
|
|
<Text style={{ color: ColorType.food }} onClick={more}>{t('feature.food.learn_more')}</Text>
|
|
|
</View>
|