1
1
import { getApiV1CommonClassroomEmpty } from '@/api/generate' ;
2
- import FAQModal from '@/components/faq-modal' ;
3
2
import { Icon } from '@/components/Icon' ;
4
3
import ClassroomList from '@/components/classroom-list' ;
4
+ import FAQModal from '@/components/faq-modal' ;
5
5
import Loading from '@/components/loading' ;
6
6
import PageContainer from '@/components/page-container' ;
7
7
import PickerModal from '@/components/picker-modal' ;
@@ -14,7 +14,7 @@ import dayjs from 'dayjs';
14
14
import { Stack } from 'expo-router' ;
15
15
import { CalendarDaysIcon } from 'lucide-react-native' ;
16
16
import { useCallback , useMemo , useState } from 'react' ;
17
- import { Pressable , TouchableOpacity , useColorScheme , View } from 'react-native' ;
17
+ import { Pressable , TouchableOpacity , View , useColorScheme } from 'react-native' ;
18
18
import DateTimePicker , { getDefaultClassNames } from 'react-native-ui-datepicker' ;
19
19
20
20
type Campus = '旗山校区' | '铜盘校区' | '晋江校区' | '泉港校区' | '怡山校区' | '集美校区' | '鼓浪屿校区' ;
@@ -151,7 +151,7 @@ export default function EmptyRoomPage() {
151
151
setSelectedDate ( pickerSelectedDate ) ;
152
152
setIsDateTimePickerVisible ( false ) ;
153
153
} }
154
- contentContainerClassName = "h-96"
154
+ contentContainerClassName = "h-96 items-center "
155
155
>
156
156
< DateTimePicker
157
157
mode = "single"
0 commit comments