账号信息晔样式调整

main
wangxiaoshuang 2024-04-23 17:23:50 +08:00
parent afd2f011af
commit 93d352eec2
1 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ export default {
};
},
computed: {
...mapGetters(["userId", "name"]),
...mapGetters(["userId", "userName"]),
},
mounted() {
this.getUserInfo();
@ -170,7 +170,7 @@ export default {
.trial-info-btn {
position: absolute;
bottom: -60px;
left: calc(100% + 10px);
left: 10px;
min-width: 97px;
}
.trial-myinfo-left-bottom {