修复语言
This commit is contained in:
@@ -126,22 +126,27 @@ class _RepairDetailPageState extends State<RepairDetailPage> {
|
||||
themeController.currentColor.sc1,
|
||||
themeController.currentColor.sc2,
|
||||
],
|
||||
child: Container(
|
||||
width: (MediaQuery.sizeOf(context).width * 0.284)
|
||||
.rpx,
|
||||
constraints: BoxConstraints(
|
||||
minWidth: 213.rpx,
|
||||
minHeight: 91.rpx,
|
||||
),
|
||||
child: Align(
|
||||
alignment: AlignmentDirectional(0, 0),
|
||||
child: Text(
|
||||
"${widget.data['type']}",
|
||||
style: TextStyle(
|
||||
letterSpacing: 0.0,
|
||||
color: themeController.currentColor.sc3,
|
||||
fontSize:
|
||||
AppConstants().normal_text_fontSize,
|
||||
child: Padding(
|
||||
padding:
|
||||
EdgeInsets.fromLTRB(32.rpx, 0, 32.rpx, 0),
|
||||
child: Container(
|
||||
// width:
|
||||
// (MediaQuery.sizeOf(context).width * 0.284)
|
||||
// .rpx,
|
||||
constraints: BoxConstraints(
|
||||
// minWidth: 213.rpx,
|
||||
minHeight: 91.rpx,
|
||||
),
|
||||
child: Align(
|
||||
alignment: AlignmentDirectional(0, 0),
|
||||
child: Text(
|
||||
"${widget.data['type']}",
|
||||
style: TextStyle(
|
||||
letterSpacing: 0.0,
|
||||
color: themeController.currentColor.sc3,
|
||||
fontSize:
|
||||
AppConstants().normal_text_fontSize,
|
||||
),
|
||||
),
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user