wujingjing
2024-10-09 b0b31b379cfb6e57ffc14b3d8804256df25a1ac3
src/views/project/yw/systemManage/metricAgentMgr/optDlg/MetricPrompt.vue
@@ -1,8 +1,8 @@
<template>
   <yw-dialog headerIcon="ele-Copy" v-model="isShow" :showFooter="false"  width="810" :title="title">
      <div class="max-h-[2/3vh]">
         <pre class="border pre-wrap">{{ metricItem?.metric_prompt }}</pre>
         <i  @click="copyInfo(metricItem?.metric_prompt)" class="ywifont ywicon-copy text-blue-400 !text-[25px] cursor-pointer absolute bottom-10 right-10 " ></i>
         <pre class="border pre-wrap">{{ metricItem?.metrics_prompt }}</pre>
         <i  @click="copyInfo(metricItem?.metrics_prompt)" class="ywifont ywicon-copy text-blue-400 !text-[25px] cursor-pointer absolute bottom-10 right-10 " ></i>
      </div>
   </yw-dialog>
</template>