|
@@ -2,7 +2,7 @@
|
|
|
<!-- 预览准出报告 -->
|
|
|
<div class="parent-style">
|
|
|
<div class="backStyle"> 邮件列表</div>
|
|
|
- <div class="Layout_space_between report-margin" style="margin-bottom: 10px;">
|
|
|
+ <div class="Layout_space_between report-margin bottom_mar">
|
|
|
<div class="div1">收件人</div>
|
|
|
<searchTeam :value.sync="form.name" :clearable="true" :multiple="true" style="width:100%" />
|
|
|
</div>
|
|
@@ -10,8 +10,9 @@
|
|
|
<div class="div1">抄送</div>
|
|
|
<searchTeam :value.sync="form.names" :clearable="true" :multiple="true" style="width:100%" />
|
|
|
</div>
|
|
|
+ <div class="backStyle"> 报告预览</div>
|
|
|
<div id="repot-list">
|
|
|
- <div class="Layout_space_between">
|
|
|
+ <div class="Layout_space_between" style="border-bottom: 0.5px solid #eee;margin-bottom: 15px;">
|
|
|
<div class="reportName">{{ fromCreateData.reportName }}</div>
|
|
|
<div>报告人:{{ userNames }}</div>
|
|
|
</div>
|
|
@@ -56,7 +57,7 @@
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
|
|
|
- <el-row>
|
|
|
+ <el-row class="Above">
|
|
|
<el-col :span="12" class="Layout_space_between">
|
|
|
<span class="parent-style">开发人员:{{ fromCreateData.developer }}</span>
|
|
|
</el-col>
|
|
@@ -169,6 +170,7 @@ export default {
|
|
|
line-height: 19px;
|
|
|
}
|
|
|
.backStyle {
|
|
|
+ color: #333;
|
|
|
font-size: 14px;
|
|
|
font-weight: bold;
|
|
|
border-radius: 4px;
|
|
@@ -183,4 +185,10 @@ export default {
|
|
|
.report-margin {
|
|
|
margin-left: 20px;
|
|
|
}
|
|
|
+ .bottom_mar {
|
|
|
+ margin-bottom: 10px;
|
|
|
+ }
|
|
|
+ .Above {
|
|
|
+ margin-bottom: 20px;
|
|
|
+ }
|
|
|
</style>
|