qinzhipeng_v 5 ani în urmă
părinte
comite
fc18c0674c
1 a modificat fișierele cu 3 adăugiri și 3 ștergeri
  1. 3 3
      src/views/Platform/presentation/testPresenyL.vue

+ 3 - 3
src/views/Platform/presentation/testPresenyL.vue

@@ -1,8 +1,8 @@
 <template>
   <!-- 日报预览 -->
-  <div id="Gambol" class="eleStyle" style="position: relative;z-index: 0;">
+  <div class="eleStyle">
     <div style="height:100%;width:94%; background:#ffffff; margin: 3% 3% 8% 3%; border-radius: 8px; overflow: hidden;">
-      <el-form :inline="true" :model="fromCreat" style="margin:2% 9%">
+      <el-form :model="fromCreat" style="margin:2% 9%">
         <div>
           <div style="display: flex; font-size: 19px;  white-space: nowrap; font-weight: bold;">
             <span style="flex:1;">{{ fromCreat.reportName }}</span>
@@ -11,7 +11,7 @@
               <el-button v-show="btn" size="mini" @click="download()">下载测试报告</el-button>
             </span>
           </div>
-          <div style="font-size:15px;color:#606266;" class="rich" v-html="projectProgress" />
+          <div id="Gambol" style="font-size:15px;color:#606266;" class="rich" v-html="projectProgress" />
           <!-- <div class="titleStyle">一. 进度和风险</div> -->
           <!-- <div class="titleStyle">二. 测试情况</div> -->
           <!-- <div style="font-size:15px;color:#606266;" class="rich" v-html="TestProgress" /> -->