Browse Source

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

cherishsince 1 year ago
parent
commit
cb64b940a5
1 changed files with 1 additions and 4 deletions
  1. 1 4
      src/views/ai/chat/Conversation.vue

+ 1 - 4
src/views/ai/chat/Conversation.vue

@@ -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;
-        }
       }
     }
   }