This commit is contained in:
archer
2023-07-13 15:17:01 +08:00
parent b4d46ff34d
commit 726de0396b
6 changed files with 13 additions and 16 deletions

View File

@@ -6,7 +6,7 @@ import dynamic from 'next/dynamic';
import { defaultApp } from '@/constants/model';
import Tabs from '@/components/Tabs';
import SlideTabs from '@/components/SlideTabs';
import SideTabs from '@/components/SideTabs';
import Settings from './components/Settings';
import Avatar from '@/components/Avatar';
import MyIcon from '@/components/Icon';
@@ -81,7 +81,7 @@ const AppDetail = ({ currentTab }: { currentTab: `${TabEnum}` }) => {
{appDetail.name}
</Box>
</Flex>
<SlideTabs
<SideTabs
flex={1}
mx={'auto'}
mt={2}