我希望数字在我使用的图像中居中。目前,该数字仅作为一个数字看起来不错,但在三位数时它会留下背景图像。
红宝石:
<%= image_tag("chat-bubble-icon.png", id: "comment_bubble") %>
<%= micropost.comments.count %>
CSS:
#comment_bubble {
margin-left: 18px;
margin-right: -20px;
}
解决方法是去掉图片标签,用css设置为comment.count的背景