gpt4 book ai didi

angularjs - 使用 AngularJS 自动定位工具提示

转载 作者:行者123 更新时间:2023-12-03 08:19:00 25 4
gpt4 key购买 nike

我想自动定位我的工具提示,就像我在浏览器滚动条的顶部一样,并且第一行中有一个带有工具提示的链接,那么工具提示必须显示在底部。

有没有办法只使用angularjs?

我正在使用 angular-ui-bootstrap

<a href="#" tooltip-template="'tool.html'" tooltip-class="customclass">My template</a>
<style>
.tooltip.customclass .tooltip-inner {
color: #414141;
background-color: #f1f1f1;
box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.tooltip.customclass .tooltip-arrow {
display: none;}
</style>
<script type="text/ng-template" id="tool.html">
<span>Special Tooltip with <strong>markup</strong></span>
</script>`

最佳答案

我们正在通过 https://github.com/angular-ui/bootstrap/issues/375 跟踪此事并且目前没有编码解决方案。但是,请随时订阅该问题以获取更新,也请参阅 this link从上述问题中寻找解决方法。

由于 Bootstrap 4 添加了对 Tether 库的依赖,事情可能会变得更加棘手。如果我们支持它,我们还有更多的研究要做,以弄清楚这如何影响我们的库大小。

关于angularjs - 使用 AngularJS 自动定位工具提示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31782112/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com