日报周报月报

This commit is contained in:
czz
2025-07-07 17:06:22 +08:00
parent 763b550751
commit 143e7634d9
2 changed files with 12 additions and 13 deletions

View File

@@ -922,7 +922,7 @@ Future<void> showTipDialog(
Color? backgroundColor, Color? backgroundColor,
}) { }) {
ThemeController themeController = Get.find(); ThemeController themeController = Get.find();
BlueteethBindController blueteethBindController = Get.find(); // BlueteethBindController blueteethBindController = Get.find();
return showDialog( return showDialog(
context: context, context: context,

View File

@@ -27,7 +27,6 @@ class SleepChartContainer extends StatelessWidget {
@override @override
Widget build(BuildContext context) { Widget build(BuildContext context) {
return Container( return Container(
width: double.infinity, width: double.infinity,
decoration: BoxDecoration( decoration: BoxDecoration(
@@ -50,18 +49,18 @@ class SleepChartContainer extends StatelessWidget {
), ),
GestureDetector( GestureDetector(
onTap: () { onTap: () {
showTipDialog( showTipDialog(
context, context,
Container( Container(
child: Text( child: Text(
tipText, tipText,
style: TextStyle( style: TextStyle(
fontSize: 26.rpx, fontSize: 26.rpx,
color: themeController.currentColor.sc3, color: themeController.currentColor.sc3,
),
),
), ),
); ),
),
);
}, },
child: Container( child: Container(
width: 30.rpx, width: 30.rpx,