更新睡眠的心率基准图不显示
This commit is contained in:
@@ -71,7 +71,7 @@ class _WifiPagePersonState extends State<WifiPagePerson> {
|
||||
Widget build(BuildContext context) {
|
||||
return LayoutBuilder(
|
||||
builder: (context, bodySize) => GestureDetector(
|
||||
onTap: () => FocusScope.of(context).unfocus(),
|
||||
// onTap: () => FocusScope.of(context).unfocus(),,
|
||||
child: Container(
|
||||
decoration: BoxDecoration(
|
||||
image: DecorationImage(
|
||||
@@ -459,7 +459,9 @@ class _WifiPagePersonState extends State<WifiPagePerson> {
|
||||
),
|
||||
filled:
|
||||
false,
|
||||
fillColor: Colors.white,
|
||||
fillColor:
|
||||
Colors
|
||||
.white,
|
||||
suffixIcon:
|
||||
InkWell(
|
||||
onTap:
|
||||
|
||||
Reference in New Issue
Block a user