ソースを参照

部分bug修改

“shanwenxin” 1 週間 前
コミット
3bf6ca00e7

+ 5 - 5
packages/cpt_notice_board/lib/modules/announcement_detail/page/announcement_detail_page.dart

@@ -77,11 +77,11 @@ class AnnouncementDetailPage extends HookConsumerWidget {
             mainAxisAlignment: MainAxisAlignment.start,
             crossAxisAlignment: CrossAxisAlignment.center,
             children: [
-              const MyAssetImage(
-                Assets.noticeBoardAnnouncementDetailDate,
-                width: 15,
-                height: 15,
-              ).marginOnly(right: 8),
+              // const MyAssetImage(
+              //   Assets.noticeBoardAnnouncementDetailDate,
+              //   width: 15,
+              //   height: 15,
+              // ).marginOnly(right: 8),
                Text(
                 'Date: ',
                 style: TextStyle(

+ 3 - 3
packages/cpt_notice_board/lib/modules/notice_board/page/notice_board_page.dart

@@ -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);

+ 1 - 1
packages/cpt_services/lib/modules/services/service_clean_detail/service_clean_detail_page.dart

@@ -74,7 +74,7 @@ class ServiceCleanDetailPage extends HookConsumerWidget {
         S.current.clean_detail,
         backgroundColor: context.appColors.backgroundWhite,
       ),
-      backgroundColor: context.appColors.backgroundDefault,
+      backgroundColor: context.appColors.backgroundWhite,
       body: Column(
         children: [
           Expanded(