|
@@ -66,9 +66,9 @@ class AuthLoginPage extends HookConsumerWidget {
|
|
|
children: [
|
|
|
//顶部Logo
|
|
|
const MyAssetImage(
|
|
|
- Assets.assetsYyHomeLogo,
|
|
|
- width: 85.5,
|
|
|
- height: 85.5,
|
|
|
+ Assets.assetsYyHomeSplash,
|
|
|
+ width: 109.5,
|
|
|
+ height: 48,
|
|
|
).marginOnly(top: 45, bottom: 45),
|
|
|
|
|
|
// 登录表单 - 账号
|