吉安感知网项目-前端
罗广辉
2026-01-13 afeaa739a92f1d4a9f9aeebe4b889ed70dc2bd63
uniapps/work-app/src/subPackages/userDetail/infos/index.vue
@@ -1,5 +1,6 @@
<template>
   <view class="container">
      <view class="pageBg"></view>
      <div class="avatarBox">
         <!-- @click="uploadAvatar" -->
         <u-avatar  :src="userInfo.avatar || defaultAvatar" size="114" mode="aspectFill" />
@@ -230,7 +231,17 @@
      display: flex;
      flex-direction: column;
      align-items: center;
   }
         position: relative;
      }
      .pageBg {
         position: fixed;
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;
         background: url("@/static/images/user/userbg.svg")  no-repeat ;
         background-size: 100%;
      }
   .avatarBox {
      width: 228rpx;
      height: 228rpx;
@@ -238,6 +249,8 @@
   }
   .detailBox {
         position: absolute;
            top: 360rpx;
      width: 702rpx;
      min-height: 430rpx;
      background: #FFFFFF;