mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-08-01 16:26:26 +08:00
@@ -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,
|
||||
),
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user