请问一下点赞按钮如何显示

谢谢大家,我通过添加 CSS 组件成功显示了。

.topic-post.voting-post button {
  &.like-count,
  &.toggle-like {
    display: block;
  }
}