账号信息晔样式调整
parent
afd2f011af
commit
93d352eec2
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue