mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
mod: pay coins page
related #245 Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -106,7 +106,8 @@ class _PayCoinsPageState extends State<PayCoinsPage>
|
|||||||
: Row(
|
: Row(
|
||||||
children: [
|
children: [
|
||||||
const Spacer(),
|
const Spacer(),
|
||||||
Expanded(child: _buildBody(isV)),
|
Expanded(flex: 3, child: _buildBody(isV)),
|
||||||
|
const Spacer(),
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user