更新睡眠的心率基准图不显示
This commit is contained in:
@@ -134,7 +134,7 @@ class MHTLoginPage extends GetView<MHTLoginController> {
|
||||
return LayoutBuilder(builder: (context, cc) {
|
||||
bodysize = cc;
|
||||
return GestureDetector(
|
||||
onTap: () => FocusScope.of(context).unfocus(),
|
||||
// onTap: () => FocusScope.of(context).unfocus(),,
|
||||
child: Container(
|
||||
decoration: const BoxDecoration(
|
||||
image: DecorationImage(
|
||||
@@ -1458,7 +1458,8 @@ class MHTLoginPage extends GetView<MHTLoginController> {
|
||||
color:
|
||||
stringToColor(
|
||||
"FF9F66"),
|
||||
fontSize: 23.rpx,
|
||||
fontSize:
|
||||
23.rpx,
|
||||
letterSpacing:
|
||||
0,
|
||||
),
|
||||
@@ -1504,7 +1505,8 @@ class MHTLoginPage extends GetView<MHTLoginController> {
|
||||
color:
|
||||
stringToColor(
|
||||
"FF9F66"),
|
||||
fontSize: 23.rpx,
|
||||
fontSize:
|
||||
23.rpx,
|
||||
letterSpacing:
|
||||
0,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user