From 4de1689c2d3060e1d94dfa798bb38ac32d8d39cb Mon Sep 17 00:00:00 2001 From: shidongli Date: Fri, 26 Aug 2022 17:51:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E6=9C=80=E6=96=B0?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/home/home.vue | 5 +- pages/index/index.vue | 82 ++++++++++++++++++------------- pages/login/login.vue | 109 ------------------------------------------ pages/phone/phone.vue | 29 ++++++++--- 4 files changed, 73 insertions(+), 152 deletions(-) delete mode 100644 pages/login/login.vue 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 @@