我使用的是money-rails最新版本。humanized_money_with_symbol辅助货币符号与下图所示的值重叠:

密码-
p = humanized_money_with_symbol product.price
这在MacBook、像素、iPhones等最新设备上都能正常工作。此问题仅发生在某些设备上。
宝石细节-
ruby '3.0.0'
rails, '~> 6.1.4'
money-rails, '~> 1.15.0'
bootstrap 5 webpack版- latest
fonts - Source Sans Pro, arial, sans-serif
如欲了解更多详情,请参阅以下视频链接-
发布于 2021-12-04 07:50:56
这不是评论部分中其他人建议的rails问题。Source sans pro font不支持我的货币符号。
修复-更改字体系列
p.custom-font = humanized_money_with_symbol product.price
https://stackoverflow.com/questions/70211272
复制相似问题