吉安感知网项目-前端
shuishen
2026-01-23 79702b005a055df600ad61b19c2e7a4a01cc3d40
uniapps/work-app/src/pages/user/index.vue
@@ -3,7 +3,7 @@
  <view class="page-wrap">
<view class="pageUser">
   <view class="userBox">
     <view class="flex items-center pb-30rpx pl-30rpx pr-20rpx">
     <view class="flex items-center pb-30rpx pl-30rpx pr-20rpx userStyle">
       <view class="mr-20rpx">
         <u-avatar :src="user.avatar || defaultAvatar" size="70" />
       </view>
@@ -94,6 +94,9 @@
});
</script>
<style scoped lang="scss">
.userStyle {
  padding-top: 192rpx;
   }
.page-wrap {
  width: 100%;
  height: 100%;
@@ -103,7 +106,7 @@
  background-size: 100% ;
}
.userBox {
  padding-top: 212rpx;
  //padding-top: 212rpx;
}
.userName {
  font-weight: 700;
@@ -181,6 +184,7 @@
  display: flex;
  justify-content: space-between;
  padding: 0 24rpx;
  margin-top: 24rpx;
  .message,
  .passwordBox {