资料修改的事件通知

This commit is contained in:
2022-02-23 16:06:41 +08:00
parent c840e9ee6b
commit a5bd5a898c
4 changed files with 55 additions and 17 deletions

View File

@@ -62,10 +62,9 @@
actionMap: [],
actionTitle: '',
currentUser: {},
avatarSize: 45,
avatarSize: 40,
labelSize: 14,
iconSize: 14
}
},
computed: {
@@ -76,7 +75,7 @@
}
},
created() {
this.avatarSize = utils.rpx2px(90)
this.avatarSize = utils.rpx2px(84)
this.labelSize = utils.rpx2px(24)
this.iconSize = utils.rpx2px(26)
},
@@ -277,7 +276,6 @@
border-radius: 0 8rpx 0 0;
position: relative;
width: 84rpx;
height: 84rpx;
overflow: hidden;
.admin {