feat:更新好友菜谱功能
This commit is contained in:
@@ -158,7 +158,10 @@ class ProfilePageState extends State<ProfilePage> {
|
||||
else if (provider.error.isNotEmpty)
|
||||
Text(provider.error)
|
||||
else
|
||||
SingleChildScrollView(child: _buildContent(provider, context)),
|
||||
SingleChildScrollView(
|
||||
padding: const EdgeInsets.only(bottom: 90),
|
||||
child: _buildContent(provider, context),
|
||||
),
|
||||
],
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user