|
@@ -16,7 +16,7 @@
|
|
|
<view class="student-info">
|
|
|
<view class="info-name">{{site.studentName}}</view>
|
|
|
<!-- <view class="info-type" :class="site.status == 1 ? 'info-type-active' : ''">{{site.status == 0 ? '未报名' : '已报名'}}</view> -->
|
|
|
- <view class="info-name">{{site.parentName}}</view>
|
|
|
+ <view class="info-name" style="width:100px;">{{site.parentName}}</view>
|
|
|
<view class="info-phone">{{site.parentPhone}}</view>
|
|
|
</view>
|
|
|
<!-- <u-image width="28px" height="28px" :src="site.type == 2 ? iconPath1 : iconPath2"></u-image> -->
|
|
@@ -362,5 +362,6 @@
|
|
|
position: fixed;
|
|
|
bottom: 15px;
|
|
|
right: 15px;
|
|
|
+ z-index: 10;
|
|
|
}
|
|
|
</style>
|