吉安感知网项目-前端
shuishen
2026-01-22 3c5a06b1fe06a30207da0f6dedf2dff99f1899d2
uniapps/work-wx/src/subPackages/userDetail/infos/index.vue
@@ -3,7 +3,7 @@
   <view class="container">
      <view class="pageBg"></view>
      <div class="avatarBox">
         <u-avatar @click="uploadAvatar" :src="userInfo.avatar || showDefaultHeader" size="114" mode="aspectFill" />
         <u-avatar @click="uploadAvatar" :src="userInfo.avatar ? userInfo.avatar : showDefaultHeader" size="114" mode="aspectFill" />
      </div>
      <view class="detailBox">
         <div class="detailCon">
@@ -325,11 +325,11 @@
   .custom-style {
      width: 276rpx;
      height: 100rpx;
      height: 76rpx;
   }
   :deep(.u-button.data-v-461e713c){
      width: 276rpx !important;
      height: 100rpx !important;
      height: 76rpx !important;
   }
   .note {
      position: absolute;