Browse Source

日报预览页样式渲染问题

PrinceLee 5 years ago
parent
commit
9defa49fc6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/Platform/presentation/Templates/DailyReport.vue

+ 1 - 1
src/views/Platform/presentation/Templates/DailyReport.vue

@@ -41,7 +41,7 @@
         报告预览
       </div>
       <div class="descr" style=" margin-bottom: 2%; height: 300px; overflow:scroll; overflow-x: hidden">
-        <testPresenyL id="Gambol" :message="preview" />
+        <testPresenyL id="Gambol" :message="preview" style="width: 100%" />
       </div>
       <div align="center">
         <el-button size="small" type="primary" @click="gou_out()">上一步</el-button>