fix: 个人主页、关注、粉丝页面渲染异常issues #91

This commit is contained in:
guozhigq
2023-09-16 23:14:11 +08:00
parent e9095932ed
commit 1d9372b4f1
5 changed files with 43 additions and 25 deletions

View File

@ -123,12 +123,14 @@ Widget profile(ctr, {loadingStatus = false}) {
: '-',
style: const TextStyle(
fontWeight: FontWeight.bold)),
Text('粉丝',
style: TextStyle(
fontSize: Theme.of(context)
.textTheme
.labelMedium!
.fontSize))
Text(
'粉丝',
style: TextStyle(
fontSize: Theme.of(context)
.textTheme
.labelMedium!
.fontSize),
)
],
),
),