From 93d352eec21f6cb970a37d05b51161898e6b0b77 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Tue, 23 Apr 2024 17:23:50 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=A6=E5=8F=B7=E4=BF=A1=E6=81=AF=E6=99=94?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/trials/trials-myinfo/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/trials/trials-myinfo/index.vue b/src/views/trials/trials-myinfo/index.vue index 0b5a8ed..07d3c19 100644 --- a/src/views/trials/trials-myinfo/index.vue +++ b/src/views/trials/trials-myinfo/index.vue @@ -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 {