【todo】解决 AI 对话 置顶、编辑 按钮,hover效果

This commit is contained in:
cherishsince 2024-05-21 09:45:39 +08:00
parent 264cad5301
commit cb64b940a5

View File

@ -40,7 +40,7 @@
<img class="avatar" :src="conversation.roleAvatar"/>
<span class="title">{{ conversation.title }}</span>
</div>
<!-- TODO @fan缺一个置顶按钮效果改成 hover 上去展示 -->
<!-- TODO done @fan缺一个置顶按钮效果改成 hover 上去展示 -->
<div class="button-wrapper">
<el-button class="btn" link @click="handlerTop(conversation)" >
<el-icon title="置顶" v-if="!conversation.pinned"><Top /></el-icon>
@ -408,9 +408,6 @@ onMounted(async () => {
margin: 0;
}
.el-icon {
//margin-right: 5px;
}
}
}
}