|
@@ -6,17 +6,17 @@
|
|
|
</div>
|
|
|
<div style="margin: 4% 0%; font-size: 16pt; color: #333B4A;">
|
|
|
<el-steps :active="active" align-center finish-status="success">
|
|
|
- <el-step style="font-size: 16pt; color: #333B4A;" title="选择模版" />
|
|
|
+ <el-step title="选择模版" />
|
|
|
<el-step title="填写报告" />
|
|
|
- <el-step style="font-size: 16pt; color: #333B4A;" title="发送报告" />
|
|
|
+ <el-step title="发送报告" />
|
|
|
</el-steps>
|
|
|
</div>
|
|
|
<div v-if="showOne" style="margin: 0 4%;">
|
|
|
<el-radio v-model="radio" style="margin: 0% 25%;" class="_radio" label="1">测试日报模版</el-radio>
|
|
|
- <div align="center" style="margin: 0% 25%; height: 400px;" class="Layout">
|
|
|
- <el-image :src="src" />
|
|
|
+ <div style="margin: 1% 25%;" class="Layout">
|
|
|
+ <el-image style="display: inline-block; width: 100%;" :src="src" />
|
|
|
</div>
|
|
|
- <div align="center" style="margin-top: 2%;">
|
|
|
+ <div align="center">
|
|
|
<el-button size="small" type="primary" @click="NextStep()">下一步</el-button>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -40,7 +40,7 @@
|
|
|
<div style="margin: 0 12%; 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=" margin-bottom: 2%; height: 350px; overflow:scroll; overflow-x: hidden">
|
|
|
+ <div class="descr" style=" margin-bottom: 2%; height: 300px; overflow:scroll; overflow-x: hidden">
|
|
|
<testPresenyL id="Gambol" :message="preview" />
|
|
|
</div>
|
|
|
<div align="center">
|