This commit is contained in:
wyf
2025-05-23 14:51:09 +08:00
parent 8a418c9c98
commit c650bad8b1
36 changed files with 1297 additions and 892 deletions

View File

@@ -231,9 +231,10 @@ class _HomePageState extends State<HomePage> {
padding: EdgeInsetsDirectional.fromSTEB(
AppConstants().content_left_right_padding,
0,
AppConstants().content_left_right_padding,
0,
0),
child: Container(
// color: Colors.red,
width: double.infinity,
child: Row(
mainAxisSize: MainAxisSize.max,
@@ -307,7 +308,7 @@ class _HomePageState extends State<HomePage> {
return Row(
children: [
Text(
"${weatherModelController.model.cityName??'未知数据'.tr}",
"${weatherModelController.model.cityName ?? '未知数据'.tr}",
style: TextStyle(
color: themeController
.currentColor.sc4,
@@ -372,7 +373,7 @@ class _HomePageState extends State<HomePage> {
backgroundColor: Colors.transparent,
highlightColor:
themeController.currentColor.sc16,
padding: EdgeInsets.all(8.rpx),
padding: EdgeInsets.all(0.rpx),
onTap: () {
UserInfoController userInfoController =
Get.find();