style(chat): 移除评价按钮的 class 属性

This commit is contained in:
Lexcubia 2025-04-27 20:42:03 +08:00
parent a1b82d3cf8
commit 276d358250
1 changed files with 0 additions and 1 deletions

View File

@ -29,7 +29,6 @@
<div class="message-actions"> <div class="message-actions">
<!-- 改进建议 --> <!-- 改进建议 -->
<EvaluationButton <EvaluationButton
class="message-action-button"
:show-evaluation="message.showEvaluation" :show-evaluation="message.showEvaluation"
:responding-type="message.respondingType" :responding-type="message.respondingType"
@toggle="chatStore.toggleEvaluation(message.messageId)" @toggle="chatStore.toggleEvaluation(message.messageId)"