feat:更新菜谱显示模块
This commit is contained in:
@@ -94,7 +94,6 @@ class _YearSelectorState extends State<YearSelector>
|
||||
isSmall: true,
|
||||
onPressed: () => _previousYear(),
|
||||
),
|
||||
SizedBox(width: 5),
|
||||
// 年份显示
|
||||
AnimatedBuilder(
|
||||
animation: _scaleAnimation,
|
||||
@@ -110,7 +109,6 @@ class _YearSelectorState extends State<YearSelector>
|
||||
),
|
||||
),
|
||||
),
|
||||
SizedBox(width: 5),
|
||||
circleIconButton(
|
||||
context: context,
|
||||
icon: Icons.chevron_right,
|
||||
|
||||
Reference in New Issue
Block a user