更新睡眠报告
This commit is contained in:
@@ -122,7 +122,7 @@ class _TopSlideNotificationState extends State<TopSlideNotification>
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Positioned(
|
||||
top: 0,
|
||||
top: 140.rpx,
|
||||
left: 0,
|
||||
right: 0,
|
||||
child: SlideTransition(
|
||||
@@ -130,7 +130,7 @@ class _TopSlideNotificationState extends State<TopSlideNotification>
|
||||
child: Material(
|
||||
color: stringToColor("#000000").withOpacity(0.8),
|
||||
child: Padding(
|
||||
padding: const EdgeInsets.symmetric(vertical: 20.0),
|
||||
padding: EdgeInsets.symmetric(vertical: 20.rpx),
|
||||
child: Container(
|
||||
child: Text(
|
||||
widget.text,
|
||||
|
||||
Reference in New Issue
Block a user