From f8a85a760fa6983980f6afff26bd845c51bf44ef Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Thu, 08 Jan 2026 16:39:46 +0800
Subject: [PATCH] feat:代码合并

---
 uniapps/work-app/src/pages/login/index.vue |   14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/uniapps/work-app/src/pages/login/index.vue b/uniapps/work-app/src/pages/login/index.vue
index a197b96..327209c 100644
--- a/uniapps/work-app/src/pages/login/index.vue
+++ b/uniapps/work-app/src/pages/login/index.vue
@@ -1,6 +1,7 @@
 <!-- 登录页 -->
 <template>
   <view class="login-form-wrap">
+    <div class="imageLogo">  <image src="@/static/images/login/loginLogo.svg" /></div>
     <image class="logo" :src="logoSvg" />
     <div class="title">低空经济服务一体化平台系统</div>
     <div class="user-name">
@@ -170,12 +171,21 @@
   text-align: center;
   height: 100%;
   width: 100%;
-
+.imageLogo {
+  width: 425rpx;
+  height: 316rpx;
+  position: absolute;
+  right: 0;
+  image{
+    width: 100%;
+    height: 100%;
+  }
+}
   .logo {
     width: 127px;
     height: 51px;
     margin: 0 auto;
-    margin-top: 104px;
+    margin-top: 286rpx;
     margin-bottom: 16px;
   }
 

--
Gitblit v1.9.3