账号信息晔样式调整
parent
afd2f011af
commit
93d352eec2
|
@ -60,7 +60,7 @@ export default {
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
...mapGetters(["userId", "name"]),
|
...mapGetters(["userId", "userName"]),
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
this.getUserInfo();
|
this.getUserInfo();
|
||||||
|
@ -170,7 +170,7 @@ export default {
|
||||||
.trial-info-btn {
|
.trial-info-btn {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: -60px;
|
bottom: -60px;
|
||||||
left: calc(100% + 10px);
|
left: 10px;
|
||||||
min-width: 97px;
|
min-width: 97px;
|
||||||
}
|
}
|
||||||
.trial-myinfo-left-bottom {
|
.trial-myinfo-left-bottom {
|
||||||
|
|
Loading…
Reference in New Issue