吉安感知网项目-前端
张含笑
2026-01-13 858d0f31e5a2655ae42dc88c8b4e3b8178105b71
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;