feat:更新日历组件
This commit is contained in:
@@ -66,7 +66,7 @@ class _MainPage extends State<MainPage> {
|
||||
appBar: AppBar(
|
||||
centerTitle: true,
|
||||
title: Text('Food Hub'),
|
||||
backgroundColor: Colors.white,
|
||||
backgroundColor: Colors.green,
|
||||
leading: IconButton(
|
||||
icon: Icon(Icons.menu),
|
||||
onPressed: () {
|
||||
@@ -96,6 +96,7 @@ class _MainPage extends State<MainPage> {
|
||||
currentIndex: _currentIndex,
|
||||
iconSize: 25,
|
||||
type: BottomNavigationBarType.fixed,
|
||||
backgroundColor: Colors.white,
|
||||
items: const [
|
||||
BottomNavigationBarItem(icon: Icon(Icons.home), label: "记录"),
|
||||
BottomNavigationBarItem(
|
||||
|
||||
Reference in New Issue
Block a user