|
@@ -8,16 +8,16 @@
|
|
|
|
|
|
<!-- 显示感谢文字加分数 -->
|
|
|
<!-- <result-score v-if="paperData.resultType===2" :data="paperData" /> -->
|
|
|
- <uni-forms-item label="姓名" name="realName">
|
|
|
+ <uni-forms-item label="姓名" name="realName" style="margin-bottom: 0px;">
|
|
|
<view style="height: 36px;line-height: 36px;">{{postForm.realName}}</view>
|
|
|
</uni-forms-item>
|
|
|
|
|
|
|
|
|
- <uni-forms-item label="身份证号" name="idCard">
|
|
|
+ <uni-forms-item label="身份证号" name="idCard" style="margin-bottom: 0px;">
|
|
|
<view style="height: 36px;line-height: 36px;">{{postForm.idCard}}</view>
|
|
|
</uni-forms-item>
|
|
|
|
|
|
- <uni-forms-item label="手机号" name="mobile">
|
|
|
+ <uni-forms-item label="手机号" name="mobile" style="margin-bottom: 10px;">
|
|
|
<view style="height: 36px;line-height: 36px;">{{postForm.mobile}}</view>
|
|
|
</uni-forms-item>
|
|
|
<view style="height: 150px;display: flex;justify-content: space-around;">
|