tangning 4 months ago
parent
commit
b418a64208
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/view/case/records/index.vue

+ 1 - 1
src/view/case/records/index.vue

@@ -517,7 +517,7 @@ border: 1px solid #D9D9D9;">
 border: 1px solid #D9D9D9;min-height: 450px">
         <span style="line-height: 450px" v-if="aiImgData.loading">思考中</span>
         <span style="line-height: 450px" v-else-if="!aiImgData.result">请点击【识别】获取结果</span>
-        <div class="text-left" style="height: 450px;padding: 10px; overflow: auto;" v-else v-html="aiImgData.result"></div>
+        <div class="text-left" style="height: 450px;padding: 10px; overflow: auto;white-space: pre-wrap" v-else v-html="aiImgData.result"></div>
       </div>
       </div>
       <template #footer>