Browse Source

执行日志换行

jiaxiaoqiang 4 months ago
parent
commit
912691c887
1 changed files with 1 additions and 3 deletions
  1. 1 3
      src/views/modules/runTest/run-test.vue

+ 1 - 3
src/views/modules/runTest/run-test.vue

@@ -465,9 +465,7 @@ const checkStartEnable = (): boolean => {
         <titHeader icon-class="zxgcrz" tit="执行过程日志" />
         <el-scrollbar class="content-B-height-3">
           <div class="content-log">
-            <span v-for="(item, index) in logList" :key="index">{{
-              item
-            }}</span>
+            <div v-for="(item, index) in logList" :key="index">{{ item }}</div>
           </div>
         </el-scrollbar>
       </div>