浏览代码

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


正在加载...
取消
保存