From e48068432aa5a6948e28d46d7e2a2aaadc892a26 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com>
Date: Wed, 19 Apr 2023 15:57:53 +0800
Subject: [PATCH] =?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/Personal/Personal.vue | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pages/Personal/Personal.vue b/pages/Personal/Personal.vue
index 654734c..6ac70ba 100644
--- a/pages/Personal/Personal.vue
+++ b/pages/Personal/Personal.vue
@@ -44,7 +44,7 @@
性别.年龄:
{{item.orderStatus=='PAY'?'已付款':''}}
{{item.studentSex=='MALE'?'男':''}}
- {{item.studentSex=='FEMALE'?'女':''}} {{item.studentAge}}
+ {{item.studentSex=='FEMALE'?'女':''}} {{item.studentAge}}岁
所在班级:
{{item.className}}
@@ -454,7 +454,7 @@
.student {
width: 90%;
- height: 573rpx;
+ // height: 573rpx;
margin: 0 auto;
transform: translateY(-50px);
background: #FFFFFF;
@@ -464,7 +464,7 @@
.backgrounditem {
width: 665rpx;
- height: 445rpx;
+ // height: 445rpx;
background: #F9F9FA;
border-radius: 10rpx;
position: relative;