|
|
@ -30,7 +30,7 @@ |
|
|
</div> |
|
|
</div> |
|
|
<!-- 回答 --> |
|
|
<!-- 回答 --> |
|
|
<div v-if="item.type === 'answer'" class="item-content mb-16 lighter" style="font-weight: 400"> |
|
|
<div v-if="item.type === 'answer'" class="item-content mb-16 lighter" style="font-weight: 400"> |
|
|
<el-popconfirm popper-style="z-index:3000" title="确定要回到这一步吗?" @confirm="confirmReturn(item,index)"> |
|
|
<el-popconfirm v-if="index < chatList.length-1" popper-style="z-index:3000" title="确定要回到这一步吗?" @confirm="confirmReturn(item,index)"> |
|
|
<template #reference> |
|
|
<template #reference> |
|
|
<div class="returnToHere" style="margin-top: 5px;margin-bottom: 5px"> |
|
|
<div class="returnToHere" style="margin-top: 5px;margin-bottom: 5px"> |
|
|
<i class="ri-bookmark-2-fill returnToHereIcon"></i> |
|
|
<i class="ri-bookmark-2-fill returnToHereIcon"></i> |
|
|
@ -41,6 +41,12 @@ |
|
|
</div> |
|
|
</div> |
|
|
</template> |
|
|
</template> |
|
|
</el-popconfirm> |
|
|
</el-popconfirm> |
|
|
|
|
|
<div v-else class="returnToHere" style="margin-top: 5px;margin-bottom: 5px"> |
|
|
|
|
|
<i class="ri-bookmark-2-fill returnToHereIcon"></i> |
|
|
|
|
|
<el-divider class="returnToHereDivider"> |
|
|
|
|
|
<!-- <span class="divider-text">回到这里</span>--> |
|
|
|
|
|
</el-divider> |
|
|
|
|
|
</div> |
|
|
<!-- <div class="avatar">--> |
|
|
<!-- <div class="avatar">--> |
|
|
<!-- <img src="@/assets/logo/logo2.png" height="30px" />--> |
|
|
<!-- <img src="@/assets/logo/logo2.png" height="30px" />--> |
|
|
<!-- </div>--> |
|
|
<!-- </div>--> |
|
|
|