瀏覽代碼

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


Loading…
取消
儲存