Browse Source

首页的资源修改

liukai 3 months ago
parent
commit
ff6645fc9c

+ 1 - 0
packages/cpt_facility/lib/modules/booking/facility_booking_page.dart

@@ -121,6 +121,7 @@ class FacilityBookingPage extends HookConsumerWidget {
                 child: MyTextView(
                   S.current.quota_left_msg(state.data?.remainQuota ?? 0, state.data?.quotaResetOn ?? "-"),
                   marginTop: 7,
+                  marginLeft: 10,
                   marginBottom: 15,
                   textColor: context.appColors.textBlack,
                   fontSize: 12,

+ 6 - 6
packages/cpt_main/lib/modules/feedback/feedback_page.dart

@@ -44,8 +44,8 @@ class FeedbackPage extends StatelessWidget {
                     _buildFeedbackCategory(
                       context,
                       Assets.mainFeedbackSend,
-                      45,
-                      51.5,
+                      70,
+                      70,
                       S.current.sent,
                       tabsRouter.activeIndex == 0,
                     ).onTap(
@@ -56,8 +56,8 @@ class FeedbackPage extends StatelessWidget {
                     _buildFeedbackCategory(
                       context,
                       Assets.mainFeedbackInProgress,
-                      48,
-                      46.5,
+                      70,
+                      70,
                       S.current.in_progress,
                       tabsRouter.activeIndex == 1,
                     ).onTap(
@@ -68,8 +68,8 @@ class FeedbackPage extends StatelessWidget {
                     _buildFeedbackCategory(
                       context,
                       Assets.mainFeedbackHistory,
-                      38,
-                      45.5,
+                      70,
+                      70,
                       S.current.history,
                       tabsRouter.activeIndex == 2,
                     ).onTap(

+ 0 - 1
packages/cpt_main/lib/modules/visitor/item_visitor.dart

@@ -38,7 +38,6 @@ class VisitorItem extends StatelessWidget {
           MyTextView(
             item.name ?? "",
             fontSize: 16,
-            marginTop: 19,
             marginBottom: 5,
             textColor: context.appColors.textBlack,
             isFontMedium: true,

+ 6 - 6
packages/cpt_main/lib/modules/visitor/visitor_page.dart

@@ -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(

BIN
packages/cs_resources/assets/main/feedback_history.webp


BIN
packages/cs_resources/assets/main/feedback_in_progress.webp


BIN
packages/cs_resources/assets/main/feedback_send.webp


BIN
packages/cs_resources/assets/main/visitor_active.webp


BIN
packages/cs_resources/assets/main/visitor_history.webp


BIN
packages/cs_resources/assets/main/visitor_now.webp