From df1992a1c3ca982b1432aaf41668bb8437d02a2d Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期一, 11 八月 2025 17:52:11 +0800
Subject: [PATCH] 登录页联调开发,首页开发,销售台账开发,添加依赖

---
 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