feat: bugfix

This commit is contained in:
2025-12-03 01:28:18 -08:00
parent dbcdf8b8a4
commit ce4abb7e01
15 changed files with 280 additions and 79 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ class GlobalOverlayService extends GetxService {
// 2️⃣ money-icon,独立定位,固定在屏幕右上角
Positioned(
top: MediaQuery.of(context).padding.top + 8,
right: (radius - (statusBarHeight / 2)) / 2,
right: ((radius - (statusBarHeight / 2)) / 2) + 3,
child: GestureDetector(
behavior: HitTestBehavior.translucent, // 让区域可响应点击
onTap: () {