Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -96,7 +96,7 @@ export struct MineSettingComponent { | @@ -96,7 +96,7 @@ export struct MineSettingComponent { | ||
| 96 | Column(){ | 96 | Column(){ |
| 97 | TitleBackComponent({title:"设置"}) | 97 | TitleBackComponent({title:"设置"}) |
| 98 | this.settingList() | 98 | this.settingList() |
| 99 | - } | 99 | + }.height('100%').backgroundColor(Color.White) |
| 100 | } | 100 | } |
| 101 | 101 | ||
| 102 | // 页面布局 | 102 | // 页面布局 |
-
Please register or login to post a comment