【todo】解决 AI 对话 置顶、编辑 按钮,hover效果
This commit is contained in:
parent
264cad5301
commit
cb64b940a5
@ -40,7 +40,7 @@
|
|||||||
<img class="avatar" :src="conversation.roleAvatar"/>
|
<img class="avatar" :src="conversation.roleAvatar"/>
|
||||||
<span class="title">{{ conversation.title }}</span>
|
<span class="title">{{ conversation.title }}</span>
|
||||||
</div>
|
</div>
|
||||||
<!-- TODO @fan:缺一个【置顶】按钮,效果改成 hover 上去展示 -->
|
<!-- TODO done @fan:缺一个【置顶】按钮,效果改成 hover 上去展示 -->
|
||||||
<div class="button-wrapper">
|
<div class="button-wrapper">
|
||||||
<el-button class="btn" link @click="handlerTop(conversation)" >
|
<el-button class="btn" link @click="handlerTop(conversation)" >
|
||||||
<el-icon title="置顶" v-if="!conversation.pinned"><Top /></el-icon>
|
<el-icon title="置顶" v-if="!conversation.pinned"><Top /></el-icon>
|
||||||
@ -408,9 +408,6 @@ onMounted(async () => {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.el-icon {
|
|
||||||
//margin-right: 5px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user