我正在使用自定义模板,只是添加了:
<span class="custom-tooltip">
<a href="#" class="tooltip-toggle">Test ?</a>
<span class="tooltip-content">Tolltip description come here</span>
</span>
并在我的主题styles-l.css
.custom-tooltip {
.lib-tooltip(right);
}
但它不起作用,我做错了或丢失了。
请建议
答案 0 :(得分:1)
在以下文件中添加以下代码
.custom-tooltip {
.lib-tooltip(right);
}
并运行bin/magento setup:upgrade
命令
在magento 2.1.7版本中检查磁力版2.2.2