qinzhipeng_v@didiglobal.com 4 年之前
父节点
当前提交
86adab418e
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      src/views/reportManagement/Testing/TestingPreview.vue

+ 4 - 1
src/views/reportManagement/Testing/TestingPreview.vue

@@ -91,7 +91,7 @@
         <el-table-column prop="referredClientTypeName" label="跟版客户端" min-width="90" />
         <el-table-column prop="referredClientTypeName" label="跟版客户端" min-width="90" />
       </el-table>
       </el-table>
 
 
-      <div v-html="fromCreateData.content" />
+      <div ref="rich" v-html="fromCreateData.content" />
 
 
     </div>
     </div>
   </div>
   </div>
@@ -231,3 +231,6 @@ export default {
     margin-bottom: 20px;
     margin-bottom: 20px;
   }
   }
 </style>
 </style>
+<style scoped>
+  .parent-style div >>> table {width: 100% !important;}
+</style>