Browse Source

app2.0 “我的”头像布局修改

长阳分支推送专用
杨晓琪 2 years ago
parent
commit
61ecf767fc
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/my.vue

+ 2
- 2
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/my.vue View File

@@ -6,7 +6,7 @@
<image
:src="avatarSrc()"
:style="{ borderRadius: roundAvatar ? '50%' : '3px' }"
mode="aspectFill"
mode="aspectFit"
class="avatar"
></image>
</view>
@@ -249,7 +249,7 @@ export default {

.avatarslot {
.avatar {
height: 60px;
height: 80px;
width: 60px;
}
}


Loading…
Cancel
Save