随着浏览器的最新更新,例如谷歌chrome 94版本,幽灵css计量器不再工作。有人有办法修复这个bug吗?
提前谢谢。抄送
https://picturepan2.github.io/spectre/experimentals/meters.html
发布于 2021-09-06 15:13:43
解决方案是:
.meter { appearance: meter; }
https://stackoverflow.com/questions/69074125
相似问题