Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我对 magento 和内联翻译有疑问。如果我打开内联翻译,我会看到文本周围的红色虚线框,但没有选项可以单击书本图标然后进行翻译。
有人以前有过这个吗?
这是您可以看到问题的链接
关联
有时问题来自 z-index 值,我发现我的主题的 css 配置将书本图标与另一个 z-index 值高于内联翻译的 div 重叠。
我遇到过同样的问题。为了修复它,我从安装包中复制了js目录,现在它可以工作了。1.7.0.2
js
1.7.0.2
也就是说,我不确定这是否会无意中引发任何其他问题。