feat:更新TabUI模块
This commit is contained in:
@@ -91,6 +91,7 @@ class _YearSelectorState extends State<YearSelector>
|
||||
circleIconButton(
|
||||
context: context,
|
||||
icon: Icons.chevron_left,
|
||||
isSmall: true,
|
||||
onPressed: () => _previousYear(),
|
||||
),
|
||||
SizedBox(width: 5),
|
||||
@@ -113,6 +114,7 @@ class _YearSelectorState extends State<YearSelector>
|
||||
circleIconButton(
|
||||
context: context,
|
||||
icon: Icons.chevron_right,
|
||||
isSmall: true,
|
||||
onPressed: () => _nextYear(),
|
||||
)
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user