【发布时间】:2020-05-19 14:58:58
【问题描述】:
我的 asp.net mvc 核心中有以下代码:-
<input asp-for="b5" type="text" class="form-control" data-toggle="tooltip" data-placement="top" title="Update the number to match your case.">
现在我定义为在顶部显示工具提示。但在 Firefox 和 Chrome 上,工具提示将显示在字段的随机位置。
第二个问题,在所有浏览器上,工具提示都将显示没有任何布局,所以我如何添加类似于此链接中提到的布局https://getbootstrap.com/docs/4.0/components/tooltips/:-
【问题讨论】:
标签: html css twitter-bootstrap twitter-bootstrap-tooltip