소스 검색

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

长阳分支推送专用
杨晓琪 2 년 전
부모
커밋
61ecf767fc
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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 파일 보기

@@ -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;
}
}


불러오는 중...
취소
저장