This commit is contained in:
gongjiale 2022-11-30 14:43:35 +08:00
parent 3183fc7342
commit 818e6e5dc9
1 changed files with 4 additions and 2 deletions

View File

@ -276,12 +276,14 @@
:resourceTotal="resourceTotal" :resourceTotal="resourceTotal"
></KnowledgeBase> ></KnowledgeBase>
</div> </div>
<div class="talk-monitor" @click="openMonitor"> <!--客户反馈能力集市-问答机器人属于互联网链接先注释掉不要删除写一下注释方便后面要放开的时候一下子找到-->
<!-- <div class="talk-monitor" @click="openMonitor">
<a-tooltip> <a-tooltip>
<template #title>问答机器人</template> <template #title>问答机器人</template>
<i></i> <i></i>
</a-tooltip> </a-tooltip>
</div> </div>
-->
<div @click="showAbilitySquare" class="abilitySquare"> <div @click="showAbilitySquare" class="abilitySquare">
<p></p> <p></p>
<p>能力广场</p> <p>能力广场</p>
@ -2463,7 +2465,7 @@
padding-top: 0.05rem; padding-top: 0.05rem;
position: fixed; position: fixed;
z-index: 10; z-index: 10;
bottom: 1.56rem; // bottom: 1.56rem;
right: 0.1rem; right: 0.1rem;
cursor: pointer; cursor: pointer;
background: #e3edfc; background: #e3edfc;