yangyin
2024-11-18 efd9873b6400110f7651c29480ca1f3e46f6d845
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>