多语言后端数据
This commit is contained in:
@@ -299,7 +299,6 @@ class ApplyRepairPage extends GetView<ApplyRepairController> {
|
||||
.firstWhere((device) =>
|
||||
device['mac'.tr].toString() ==
|
||||
val);
|
||||
|
||||
final mac =
|
||||
selectedDevice['mac'.tr]?.toString() ??
|
||||
'未知MAC'.tr;
|
||||
@@ -374,12 +373,11 @@ class ApplyRepairPage extends GetView<ApplyRepairController> {
|
||||
0,
|
||||
borderRadius:
|
||||
8,
|
||||
margin: const EdgeInsetsDirectional
|
||||
.fromSTEB(
|
||||
10,
|
||||
4,
|
||||
10,
|
||||
4),
|
||||
margin: EdgeInsetsDirectional.fromSTEB(
|
||||
20.rpx,
|
||||
8.rpx,
|
||||
20.rpx,
|
||||
4.rpx),
|
||||
hidesUnderline:
|
||||
true,
|
||||
isOverButton:
|
||||
@@ -418,7 +416,7 @@ class ApplyRepairPage extends GetView<ApplyRepairController> {
|
||||
0.038,
|
||||
constraints:
|
||||
BoxConstraints(
|
||||
minWidth: 62,
|
||||
minWidth: 60,
|
||||
),
|
||||
child: Align(
|
||||
alignment:
|
||||
@@ -457,7 +455,7 @@ class ApplyRepairPage extends GetView<ApplyRepairController> {
|
||||
padding:
|
||||
EdgeInsetsDirectional
|
||||
.fromSTEB(
|
||||
35.rpx,
|
||||
20.rpx,
|
||||
0,
|
||||
35.rpx,
|
||||
0),
|
||||
@@ -493,7 +491,7 @@ class ApplyRepairPage extends GetView<ApplyRepairController> {
|
||||
contentPadding:
|
||||
EdgeInsets.all(0),
|
||||
isDense:
|
||||
true,
|
||||
false,
|
||||
labelStyle:
|
||||
TextStyle(
|
||||
fontFamily: 'Inter',
|
||||
@@ -595,7 +593,7 @@ class ApplyRepairPage extends GetView<ApplyRepairController> {
|
||||
.height *
|
||||
0.038,
|
||||
constraints:
|
||||
const BoxConstraints(
|
||||
BoxConstraints(
|
||||
minWidth: 60,
|
||||
),
|
||||
child: Align(
|
||||
@@ -634,7 +632,7 @@ class ApplyRepairPage extends GetView<ApplyRepairController> {
|
||||
padding:
|
||||
EdgeInsetsDirectional
|
||||
.fromSTEB(
|
||||
35.rpx,
|
||||
20.rpx,
|
||||
0,
|
||||
35.rpx,
|
||||
0),
|
||||
@@ -670,7 +668,7 @@ class ApplyRepairPage extends GetView<ApplyRepairController> {
|
||||
contentPadding:
|
||||
EdgeInsets.all(0),
|
||||
isDense:
|
||||
true,
|
||||
false,
|
||||
labelStyle:
|
||||
TextStyle(
|
||||
fontFamily: 'Inter',
|
||||
@@ -812,7 +810,7 @@ class ApplyRepairPage extends GetView<ApplyRepairController> {
|
||||
padding:
|
||||
EdgeInsetsDirectional
|
||||
.fromSTEB(
|
||||
35.rpx,
|
||||
20.rpx,
|
||||
0,
|
||||
35.rpx,
|
||||
0),
|
||||
@@ -848,7 +846,7 @@ class ApplyRepairPage extends GetView<ApplyRepairController> {
|
||||
contentPadding:
|
||||
EdgeInsets.all(0),
|
||||
isDense:
|
||||
true,
|
||||
false,
|
||||
labelStyle:
|
||||
TextStyle(
|
||||
fontFamily: 'Inter',
|
||||
@@ -1042,8 +1040,8 @@ class ApplyRepairPage extends GetView<ApplyRepairController> {
|
||||
),
|
||||
Flexible(
|
||||
child: Container(
|
||||
width: 138,
|
||||
height: 31,
|
||||
width: 300.rpx,
|
||||
height: 62.rpx,
|
||||
decoration: BoxDecoration(
|
||||
borderRadius:
|
||||
BorderRadius
|
||||
|
||||
Reference in New Issue
Block a user