我正在嘗試在 Pug 迭代中的列表組項目內(nèi)容之前添加一個 font-awsome 圖標(biāo),但無法使其看起來有效。獲取list-group-item內(nèi)容后的圖標(biāo)很容易,但是之前怎么獲?。ㄎ以囘^一些方法都沒有成功)?- var x = list_content
.list-group.list-group
each val in x
.list-group-item=val
i.fal.fa-chart-line.fa-fw // this will generate the button after the content如何最有效地做到這一點(diǎn)?
Pug / Jade:在列表組項目內(nèi)容之前添加 font-awsome 按鈕
慕哥6287543
2023-03-24 14:17:33