diff --git a/pages/home/home.vue b/pages/home/home.vue index b571ec1..568a0e4 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -44,7 +44,7 @@ }, onLoad(options) { console.log(options) - this.studentId=options.studentId + this.studentId = options.studentId this.getStudentScore() }, @@ -89,7 +89,7 @@ align-items: center; background-color: #ffffff; min-height: 100vh; - background-image: linear-gradient(#55C5E3,#fff); + background-image: linear-gradient(#55C5E3, #fff); } /* 测试成绩 */ @@ -116,6 +116,7 @@ margin-bottom: 40rpx; border-radius: 20rpx; } + .itemName { height: 100rpx; width: 50%; diff --git a/pages/index/index.vue b/pages/index/index.vue index 8147708..b21048b 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -134,7 +134,8 @@