This commit is contained in:
闫晓茹 2023-04-19 15:57:53 +08:00
parent 2cfb253a16
commit e48068432a

View File

@ -44,7 +44,7 @@
<view class="sex">性别.年龄: <view class="sex">性别.年龄:
{{item.orderStatus=='PAY'?'已付款':''}} {{item.orderStatus=='PAY'?'已付款':''}}
<span>{{item.studentSex=='MALE'?'男':''}} <span>{{item.studentSex=='MALE'?'男':''}}
{{item.studentSex=='FEMALE'?'女':''}} {{item.studentAge}}</span> {{item.studentSex=='FEMALE'?'女':''}} {{item.studentAge}}</span>
</view> </view>
<view class="sex">所在班级: <view class="sex">所在班级:
<span>{{item.className}}</span> <span>{{item.className}}</span>
@ -454,7 +454,7 @@
.student { .student {
width: 90%; width: 90%;
height: 573rpx; // height: 573rpx;
margin: 0 auto; margin: 0 auto;
transform: translateY(-50px); transform: translateY(-50px);
background: #FFFFFF; background: #FFFFFF;
@ -464,7 +464,7 @@
.backgrounditem { .backgrounditem {
width: 665rpx; width: 665rpx;
height: 445rpx; // height: 445rpx;
background: #F9F9FA; background: #F9F9FA;
border-radius: 10rpx; border-radius: 10rpx;
position: relative; position: relative;