Przeglądaj źródła

'完成作业弹窗加亩'

李志伟 3 lat temu
rodzic
commit
86a55b5508
2 zmienionych plików z 18 dodań i 2 usunięć
  1. 9
    1
      lib/pages/home/index.dart
  2. 9
    1
      lib/pages/jobDetail/index.dart

+ 9
- 1
lib/pages/home/index.dart Wyświetl plik

137
                 area(e);
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 Wyświetl plik

97
                 area(e);
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
     );