Browse Source

'完成作业弹窗加亩'

李志伟 3 years ago
parent
commit
86a55b5508
2 changed files with 18 additions and 2 deletions
  1. 9
    1
      lib/pages/home/index.dart
  2. 9
    1
      lib/pages/jobDetail/index.dart

+ 9
- 1
lib/pages/home/index.dart View File

@@ -137,7 +137,15 @@ class Home extends BasicPage {
137 137
                 area(e);
138 138
               },
139 139
             ),
140
-          )
140
+          ),
141
+          Text(
142
+            '/亩',
143
+            style: TextStyle(
144
+              fontSize: 17.sp,
145
+              fontWeight: FontWeight.w500,
146
+              color: const Color(0xff333333),
147
+            ),
148
+          ),
141 149
         ],
142 150
       ),
143 151
     );

+ 9
- 1
lib/pages/jobDetail/index.dart View File

@@ -97,7 +97,15 @@ class JobDetail extends BasicPage {
97 97
                 area(e);
98 98
               },
99 99
             ),
100
-          )
100
+          ),
101
+          Text(
102
+            '/亩',
103
+            style: TextStyle(
104
+              fontSize: 17.sp,
105
+              fontWeight: FontWeight.w500,
106
+              color: const Color(0xff333333),
107
+            ),
108
+          ),
101 109
         ],
102 110
       ),
103 111
     );