src/views/project/yw/systemManage/supervisorPrompt/SupervisorPrompt.vue
@@ -9,14 +9,11 @@ <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> <!-- <i @click="copyInfo(metricItem?.metric_prompt)" class="ywifont ywicon-copy text-blue-400 !text-[25px] cursor-pointer absolute bottom-10 right-10" ></i> --> </div> </el-card> </template>