吉安感知网项目-前端
张含笑
2026-01-08 f8a85a760fa6983980f6afff26bd845c51bf44ef
feat:代码合并
1 files modified
14 ■■■■ changed files
uniapps/work-app/src/pages/login/index.vue 14 ●●●● patch | view | raw | blame | history
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;
  }