底部安全距离

This commit is contained in:
liu
2026-07-01 23:42:58 +08:00
parent 0a1c8cdff1
commit cdd91f083b
9 changed files with 31 additions and 21 deletions
-4
View File
@@ -2,7 +2,6 @@ import { useMemo } from 'react'
import Taro from '@tarojs/taro'
import { View, Text, Image, ScrollView } from '@tarojs/components'
import { Cell, CellGroup, Icon } from '@antmjs/vantui'
import CustomTabBar from '@/custom-tab-bar'
import './index.less'
/** 状态栏高度 */
@@ -155,9 +154,6 @@ export default function Profile() {
<Text className='footer-version'> v1.0.0</Text>
</View>
</ScrollView>
{/* ========== TabBar ========== */}
<CustomTabBar activeKey='profile' />
</View>
)
}