|
@@ -2,7 +2,7 @@
|
|
|
<div class="eleStyle">
|
|
|
<!-- 准出预览 -->
|
|
|
<div v-if="towShow" class="reportContent">
|
|
|
- <div style="padding: 2% 12%;">
|
|
|
+ <div>
|
|
|
<div style="display: flex; white-space: nowrap; font-family:SimSuncss">
|
|
|
<span style="flex:1;font-weight: bold;font-size: 24px;color: #3a8ee6">{{ ClientDatayl.reportName }}</span>
|
|
|
<span style="flex:2;margin: 0.5% 0 0 20px;font-size: 17px;">by {{ ClientDatayl.ownner }}</span>
|
|
@@ -113,7 +113,7 @@
|
|
|
</div>
|
|
|
|
|
|
<div v-if="oneShow" class="reportContent">
|
|
|
- <div style="padding: 2% 12%;">
|
|
|
+ <div>
|
|
|
<div style="display: flex; white-space: nowrap; font-family:SimSuncss">
|
|
|
<span style="flex:1;font-weight: bold;font-size: 24px;color: #3a8ee6">{{ ClientDatayl.reportName }}</span>
|
|
|
<span style="flex:2;margin: 0.5% 0 0 20px;font-size: 17px;">by {{ ClientDatayl.ownner }}</span>
|
|
@@ -369,8 +369,12 @@ export default {
|
|
|
.marage {
|
|
|
margin: 1% 0;
|
|
|
}
|
|
|
+ .reportContent {
|
|
|
+ margin:20px 0;
|
|
|
+ }
|
|
|
.eleStyle {
|
|
|
- width: 100%;
|
|
|
+ width: 80%;
|
|
|
+ padding: 0 2%;
|
|
|
height:100%;
|
|
|
display: inline-block;
|
|
|
font-size: 14px;
|