feat: 修改hidialog弹窗位置,增加macos dmg打包配置
This commit is contained in:
@@ -124,11 +124,18 @@ class GlobalOverlayService extends GetxService {
|
||||
return const SizedBox.shrink();
|
||||
}
|
||||
|
||||
return Text(
|
||||
'购买套餐',
|
||||
style: TextStyle(
|
||||
color: Colors.black,
|
||||
fontSize: 12.sp,
|
||||
return DefaultTextStyle(
|
||||
style: const TextStyle(
|
||||
decoration: TextDecoration.none, // 核心:显式声明无装饰
|
||||
),
|
||||
child: Text(
|
||||
'购买套餐',
|
||||
style: TextStyle(
|
||||
color: Colors.black,
|
||||
fontSize: 12.sp,
|
||||
fontWeight: FontWeight.w600,
|
||||
decoration: TextDecoration.none, // 也可以在这里直接写
|
||||
),
|
||||
),
|
||||
);
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user