Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-10-15 12:38:12 +08:00
parent 14ae61f891
commit 4cfcf18bc9
3 changed files with 25 additions and 20 deletions

View File

@@ -113,14 +113,11 @@ class _MemberSearchPageState extends State<MemberSearchPage> {
Obx(
() => _controller.hasData.value
? const SizedBox.shrink()
: FractionallySizedBox(
heightFactor: 0.5,
widthFactor: 1.0,
child: Center(
child: Text(
'搜索「${_controller.uname}」的动态、视频',
textAlign: TextAlign.center,
),
: Align(
alignment: const Alignment(0, -0.5),
child: Text(
'搜索「${_controller.uname}」的动态、视频',
textAlign: TextAlign.center,
),
),
),