|
@@ -12,7 +12,7 @@
|
|
|
</el-steps>
|
|
|
</div>
|
|
|
<div v-if="showOne" style="margin: 0 4% 2%;">
|
|
|
- <div style="margin: 0% 14%; height: 440px;" class="Layout">
|
|
|
+ <div style="margin: 0% 14%; height: 430px;" class="Layout">
|
|
|
<div style="margin-right:10%;">
|
|
|
<el-radio v-model="radio" class="_radio" label="1">客户端模版</el-radio><br>
|
|
|
<el-image style="display: inline-block; width: 85%;" :src="src1" />
|
|
@@ -27,7 +27,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div v-if="showTow" style="margin: 0% 12%;">
|
|
|
- <div class="descr" style=" margin-bottom: 2%; height: 480px; overflow:scroll; overflow-x: hidden">
|
|
|
+ <div class="descr" style=" margin-bottom: 2%; height: 435px; overflow:scroll; overflow-x: hidden">
|
|
|
<ClientAcceptance v-if="ClientAcceptance1" ref="ClientAcceptance" :clien-data="clienData" @QuasiReport="QuasiReport" />
|
|
|
<Acceptance v-if="Acceptance1" ref="Acceptance" :clien-data="clienData" @QuasiReport="QuasiReport" />
|
|
|
</div>
|
|
@@ -47,7 +47,7 @@
|
|
|
<div style="font-size:18px; font-family:PingFangSC-Medium,PingFang SC; font-weight:500; color:rgba(51,59,74,1); line-height:29px;">
|
|
|
报告预览
|
|
|
</div>
|
|
|
- <div class="descr" style="height: 350px; overflow:scroll; overflow-x: hidden">
|
|
|
+ <div class="descr" style="height: 330px; overflow:scroll; overflow-x: hidden">
|
|
|
<ResultPageyL id="resumeId1" :message="report" />
|
|
|
</div>
|
|
|
<div align="center">
|