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

為了賬號安全,請及時綁定郵箱和手機(jī)立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

如果跨度內(nèi)的句子太長,則不顯示句子,顯示點

如果跨度內(nèi)的句子太長,則不顯示句子,顯示點

慕斯709654 2023-10-04 15:59:59
我不想要常規(guī)的文本夾,因為我不想要這樣的東西:Really long sentence---> Really long...。我只想得到 3 個點,例如.... 我已經(jīng)嘗試過.truncate-text {    display: inline-block;    white-space: nowrap;    overflow: hidden !important;    text-overflow: ellipsis;}還有其他解決辦法嗎?我的代碼<div class="w-12/12">    <p class="font-medium text-14 text-color-primary max-w-860 truncate-text">        <span v-for="tag in tags" :key="tag.id" class="pr-2">            #{{ tag.name }}        </span>    </p></div>
查看完整描述

1 回答

?
元芳怎么了

TA貢獻(xiàn)1798條經(jīng)驗 獲得超7個贊

您可以嘗試如下所示的視覺黑客:


.box {

  border: 1px solid;

  width: 200px;

  font-size:25px;

  height: 1.2em;

  overflow: hidden;

}

.box::before {

   content:"...";

   display:inline-block;

   width:0;

   text-indent:5px;

}

.box > span {

  display:inline-block;

  padding:0 5px;

  white-space:nowrap;

  background:#fff;

}

<div class="box"><span>Lorem </span></div>

<div class="box"><span>Lorem ipsum</span></div>

<div class="box"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum consectetur </span></div>


查看完整回答
反對 回復(fù) 2023-10-04
  • 1 回答
  • 0 關(guān)注
  • 112 瀏覽

添加回答

舉報

0/150
提交
取消
微信客服

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

幫助反饋 APP下載

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

公眾號

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