From f1bcbcb10006807787247219df78e0408742604b Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期五, 22 八月 2025 10:59:09 +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