@@ -25,8 +25,8 @@ class SplashPage extends HookConsumerWidget {
body: const Center(
child: MyAssetImage(
Assets.assetsYyHomeSplash,
- width: 84.5,
- height: 100,
+ width: 129,
+ height: 56.5,
fit: BoxFit.contain,
),
@@ -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),
// 登录表单 - 账号