| | |
| | | <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> |