This commit is contained in:
xuhang-x 2024-07-23 11:41:01 +08:00
parent 8b91028493
commit 60f7404958
2 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,7 @@ class EditUserinfoView extends GetView<EditUserinfoController> {
Widget build(BuildContext context) {
Get.put(EditUserinfoController());
return Scaffold(
backgroundColor: Colors.black,
body: Container(
decoration: const BoxDecoration(
image: DecorationImage(

View File

@ -12,6 +12,7 @@ class LoginView extends GetView<LoginController> {
@override
Widget build(BuildContext context) {
return Scaffold(
backgroundColor: Colors.black,
body: Container(
decoration: const BoxDecoration(
image: DecorationImage(