第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

如何在 Semantic-UI 中添加換行符 whitin 彈出數(shù)據(jù)工具提示

如何在 Semantic-UI 中添加換行符 whitin 彈出數(shù)據(jù)工具提示

梵蒂岡之花 2021-11-12 17:27:23
我想要總共 3 句話,在數(shù)據(jù)工具提示中使用添加換行符我已經(jīng)嘗試過但它不起作用    <div class="ui icon button" data-html="true"    data-tooltip="The default theme's basic popup <br/> removes the pointing arrow."     data-position="bottom center">      <i class="add icon"></i>    </div>
查看完整描述

1 回答

?
大話西游666

TA貢獻(xiàn)1817條經(jīng)驗(yàn) 獲得超14個(gè)贊

你可以使用這個(gè):


<div class="ui icon button" data-html="<div class='content'>The default theme's basic 

popup <br/> removes the pointing arrow.</div></div>" data-position="bottom center">

   <i class="add icon"></i>

</div>

或者這個(gè),在這種格式中,您可以使用您需要的每個(gè) html 標(biāo)簽:


<div class="ui icon button test">

    <i class="add icon"></i>

</div>

<div class="ui custom popup top left transition hidden">

    The default theme's basic popup 

    <br/>

    removes the pointing arrow.

</div>

并使用此腳本:


<script>

    $(".test.button").popup({

       popup : $(".custom.popup"),

       on    : 'hover'

    });

</script>


查看完整回答
反對(duì) 回復(fù) 2021-11-12
  • 1 回答
  • 0 關(guān)注
  • 207 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)