|
@@ -49,8 +49,8 @@ class VisitorPage extends HookConsumerWidget {
|
|
|
_buildVisitorCategory(
|
|
|
context,
|
|
|
Assets.mainVisitorNow,
|
|
|
- 54.5,
|
|
|
- 48,
|
|
|
+ 70,
|
|
|
+ 70,
|
|
|
S.current.visitor_now,
|
|
|
tabsRouter.activeIndex == 0,
|
|
|
).onTap(
|
|
@@ -61,8 +61,8 @@ class VisitorPage extends HookConsumerWidget {
|
|
|
_buildVisitorCategory(
|
|
|
context,
|
|
|
Assets.mainVisitorActive,
|
|
|
- 36.5,
|
|
|
- 48,
|
|
|
+ 70,
|
|
|
+ 70,
|
|
|
S.current.visitor_active,
|
|
|
tabsRouter.activeIndex == 1,
|
|
|
).onTap(
|
|
@@ -73,8 +73,8 @@ class VisitorPage extends HookConsumerWidget {
|
|
|
_buildVisitorCategory(
|
|
|
context,
|
|
|
Assets.mainVisitorHistory,
|
|
|
- 38,
|
|
|
- 45.5,
|
|
|
+ 70,
|
|
|
+ 70,
|
|
|
S.current.history,
|
|
|
tabsRouter.activeIndex == 2,
|
|
|
).onTap(
|