更新
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user