更新法语语言包
This commit is contained in:
@@ -204,6 +204,10 @@ class ApplyRepairPage extends GetView<ApplyRepairController> {
|
||||
height: 1,
|
||||
color: Colors
|
||||
.white),
|
||||
maxLines: 2,
|
||||
overflow:
|
||||
TextOverflow
|
||||
.ellipsis,
|
||||
),
|
||||
),
|
||||
),
|
||||
@@ -612,6 +616,10 @@ class ApplyRepairPage extends GetView<ApplyRepairController> {
|
||||
height: 1,
|
||||
color: Colors
|
||||
.white),
|
||||
maxLines: 2,
|
||||
overflow:
|
||||
TextOverflow
|
||||
.ellipsis,
|
||||
),
|
||||
),
|
||||
),
|
||||
@@ -1038,33 +1046,78 @@ class ApplyRepairPage extends GetView<ApplyRepairController> {
|
||||
),
|
||||
),
|
||||
),
|
||||
// Flexible(
|
||||
// child: Container(
|
||||
// width: 300.rpx,
|
||||
// height: 62.rpx,
|
||||
// decoration: BoxDecoration(
|
||||
// borderRadius:
|
||||
// BorderRadius
|
||||
// .circular(50),
|
||||
// border: Border.all(
|
||||
// color: const Color(
|
||||
// 0xFF9EA4B7),
|
||||
// ),
|
||||
// ),
|
||||
// child: Align(
|
||||
// alignment:
|
||||
// const AlignmentDirectional(
|
||||
// 0, 0),
|
||||
// child: Text(
|
||||
// '上传设备故障照片'.tr,
|
||||
// style: TextStyle(
|
||||
// fontFamily:
|
||||
// 'Readex Pro',
|
||||
// color: const Color(
|
||||
// 0xFF9EA4B7),
|
||||
// fontSize: AppFontsize
|
||||
// .normal_text_size,
|
||||
// letterSpacing: 0,
|
||||
// ),
|
||||
// maxLines: 1,
|
||||
// overflow: TextOverflow
|
||||
// .ellipsis,
|
||||
// ),
|
||||
// ),
|
||||
// ),
|
||||
// ),
|
||||
Flexible(
|
||||
child: Container(
|
||||
width: 300.rpx,
|
||||
height: 62.rpx,
|
||||
decoration: BoxDecoration(
|
||||
borderRadius:
|
||||
BorderRadius
|
||||
.circular(50),
|
||||
border: Border.all(
|
||||
color: const Color(
|
||||
0xFF9EA4B7),
|
||||
),
|
||||
),
|
||||
child: Align(
|
||||
alignment:
|
||||
const AlignmentDirectional(
|
||||
0, 0),
|
||||
child: Text(
|
||||
'上传设备故障照片'.tr,
|
||||
style: TextStyle(
|
||||
fontFamily:
|
||||
'Readex Pro',
|
||||
child: IntrinsicWidth(
|
||||
child: Container(
|
||||
height: 62.rpx,
|
||||
decoration:
|
||||
BoxDecoration(
|
||||
borderRadius:
|
||||
BorderRadius
|
||||
.circular(50),
|
||||
border: Border.all(
|
||||
color: const Color(
|
||||
0xFF9EA4B7),
|
||||
fontSize: AppFontsize
|
||||
.normal_text_size,
|
||||
letterSpacing: 0,
|
||||
),
|
||||
),
|
||||
padding: EdgeInsets
|
||||
.symmetric(
|
||||
horizontal:
|
||||
30.rpx),
|
||||
child: Align(
|
||||
alignment:
|
||||
const AlignmentDirectional(
|
||||
0, 0),
|
||||
child: Text(
|
||||
'上传设备故障照片'.tr,
|
||||
style: TextStyle(
|
||||
fontFamily:
|
||||
'Readex Pro',
|
||||
color: const Color(
|
||||
0xFF9EA4B7),
|
||||
fontSize: AppFontsize
|
||||
.normal_text_size,
|
||||
letterSpacing: 0,
|
||||
),
|
||||
maxLines: 1,
|
||||
overflow:
|
||||
TextOverflow
|
||||
.ellipsis,
|
||||
),
|
||||
),
|
||||
),
|
||||
@@ -1319,7 +1372,8 @@ class ApplyRepairPage extends GetView<ApplyRepairController> {
|
||||
fontSize: AppFontsize
|
||||
.normal_text_size,
|
||||
letterSpacing: 0,
|
||||
color: themeController.currentColor.sc4),
|
||||
color: themeController
|
||||
.currentColor.sc4),
|
||||
enabledBorder:
|
||||
UnderlineInputBorder(
|
||||
borderSide: const BorderSide(
|
||||
@@ -1474,6 +1528,10 @@ class ApplyRepairPage extends GetView<ApplyRepairController> {
|
||||
0,
|
||||
color: Colors
|
||||
.white),
|
||||
maxLines: 1,
|
||||
overflow:
|
||||
TextOverflow
|
||||
.ellipsis,
|
||||
),
|
||||
],
|
||||
),
|
||||
@@ -1525,7 +1583,9 @@ class ApplyRepairPage extends GetView<ApplyRepairController> {
|
||||
'Readex Pro',
|
||||
letterSpacing:
|
||||
0,
|
||||
color: themeController.currentColor.sc4,
|
||||
color: themeController
|
||||
.currentColor
|
||||
.sc4,
|
||||
),
|
||||
enabledBorder:
|
||||
UnderlineInputBorder(
|
||||
@@ -1622,25 +1682,29 @@ class ApplyRepairPage extends GetView<ApplyRepairController> {
|
||||
0.038,
|
||||
constraints:
|
||||
BoxConstraints(
|
||||
minWidth: 60.rpx,
|
||||
minWidth: 60,
|
||||
),
|
||||
child: Row(
|
||||
mainAxisSize:
|
||||
MainAxisSize.max,
|
||||
children: [
|
||||
Text(
|
||||
'手机号码'.tr,
|
||||
style: TextStyle(
|
||||
fontFamily:
|
||||
'Readex Pro',
|
||||
fontSize:
|
||||
26.rpx,
|
||||
letterSpacing:
|
||||
0,
|
||||
color: Colors
|
||||
.white),
|
||||
),
|
||||
],
|
||||
child: Align(
|
||||
alignment:
|
||||
const AlignmentDirectional(
|
||||
-1, 0),
|
||||
child: Text(
|
||||
'手机号码'.tr,
|
||||
style: TextStyle(
|
||||
fontFamily:
|
||||
'Readex Pro',
|
||||
fontSize:
|
||||
26.rpx,
|
||||
letterSpacing:
|
||||
0,
|
||||
height: 1,
|
||||
color: Colors
|
||||
.white),
|
||||
maxLines: 1,
|
||||
overflow:
|
||||
TextOverflow
|
||||
.ellipsis,
|
||||
),
|
||||
),
|
||||
),
|
||||
Expanded(
|
||||
@@ -1688,7 +1752,9 @@ class ApplyRepairPage extends GetView<ApplyRepairController> {
|
||||
'Readex Pro',
|
||||
letterSpacing:
|
||||
0,
|
||||
color: themeController.currentColor.sc4,
|
||||
color: themeController
|
||||
.currentColor
|
||||
.sc4,
|
||||
),
|
||||
enabledBorder:
|
||||
UnderlineInputBorder(
|
||||
|
||||
Reference in New Issue
Block a user