|
@@ -50,7 +50,7 @@ class NoticeBoardPage extends HookConsumerWidget {
|
|
|
width: MediaQuery.of(context).size.width / topSectionsData.length - 36,
|
|
|
height: 70,
|
|
|
padding: const EdgeInsets.only(
|
|
|
- top: 18, left: 15, right: 15, bottom: 15),
|
|
|
+ top: 0, left: 0, right: 0, bottom: 0),
|
|
|
decoration: BoxDecoration(
|
|
|
color: context.appColors.lightBlueBg, // 设置圆形背景颜色
|
|
|
shape: BoxShape.circle, // 设置为圆形
|
|
@@ -67,8 +67,8 @@ class NoticeBoardPage extends HookConsumerWidget {
|
|
|
),
|
|
|
child: MyAssetImage(
|
|
|
item['icon'],
|
|
|
- width: 39,
|
|
|
- height: 36,
|
|
|
+ width: 140,
|
|
|
+ height: 140,
|
|
|
).onTap(
|
|
|
() {
|
|
|
tabsRouter.setActiveIndex(index);
|