wujingjing
2024-10-21 9e9d666bbe57503bb0902bda0d23bf34ae75e832
src/views/project/yw/systemManage/supervisorPrompt/SupervisorPrompt.vue
@@ -9,7 +9,7 @@
      <div class="overflow-y-auto relative">
         <template v-for="(item, index) in promptPiece" :key="index">
            <Br v-if="item === ''" />
            <br v-if="item === ''" />
            <pre class="pre-wrap" v-else>{{ item }}</pre>
         </template>