style(chat): 移除评价按钮的 class 属性
This commit is contained in:
parent
a1b82d3cf8
commit
276d358250
|
@ -29,7 +29,6 @@
|
|||
<div class="message-actions">
|
||||
<!-- 改进建议 -->
|
||||
<EvaluationButton
|
||||
class="message-action-button"
|
||||
:show-evaluation="message.showEvaluation"
|
||||
:responding-type="message.respondingType"
|
||||
@toggle="chatStore.toggleEvaluation(message.messageId)"
|
||||
|
|
Loading…
Reference in New Issue