Fontawesome 图标工具提示粗体消息

时间:2021-01-16 13:24:33

标签: html css vue.js bootstrap-4 font-awesome

我还希望将要显示的消息的某些部分以粗体显示。虽然我尝试了一些提到的解决方案,但我从来没有能够用粗体写出来。我上次使用它如下,但这对我来说也不是解决方案。

<i class="fas fa-question-circle"
   data-toggle="tooltip"
   data-placement="top"
   data-html="true"
   :title="$t('general.bold')"
/>

屏幕输出如下。

enter image description here

我用过的一些版本如下。

"devDependencies": {
    "bootbox": "^4.4.0",
  },
"dependencies": {
    "@fortawesome/fontawesome-free": "^5.13.0",

0 个答案:

没有答案