吉安感知网项目-前端
张含笑
2026-01-23 23eed7aee944d7650aba126771eb9b3400bb193c
feat:app更新
2 files modified
10 ■■■■ changed files
uniapps/work-app/src/pages/user/index.vue 8 ●●●● patch | view | raw | blame | history
uniapps/work-app/src/subPackages/userDetail/password/index.vue 2 ●●● patch | view | raw | blame | history
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 {
uniapps/work-app/src/subPackages/userDetail/password/index.vue
@@ -293,7 +293,7 @@
    .detailBox {
            position: absolute;
            top: 180rpx;
            // top: 180rpx;
            // margin-top: 40rpx;
        width: 702rpx;