From 7eebd7981c1f5d2c569556d1e87f7818cef18cce Mon Sep 17 00:00:00 2001 From: gaoluyang <2820782392@qq.com> Date: 星期四, 21 八月 2025 13:15:15 +0800 Subject: [PATCH] 1.样式修改 --- src/pages/login.vue | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/pages/login.vue b/src/pages/login.vue index a2e0d33..d970266 100644 --- a/src/pages/login.vue +++ b/src/pages/login.vue @@ -1,8 +1,6 @@ <template> <view class="normal-login-container"> <view class="logo-content"> -<!-- <image style="width: 100rpx;height: 100rpx;" :src="globalConfig.appInfo.logo" mode="widthFix">--> -<!-- </image>--> <text>璐﹀彿瀵嗙爜鐧诲綍</text> </view> <view class="login-form-content"> @@ -171,9 +169,10 @@ .normal-login-container { width: 100%; + height: 100vh; .logo-content { - width: 100%; + width: 90%; font-weight: 400; font-size: 30px; color: #333333; -- Gitblit v1.9.3