1
我期待在引導模板: http://getbootstrap.com/docs/4.0/examples/dashboard/如何在儀表板模板中添加禁止的警報?
我想這個代碼片段展示了剛剛在頂部導航欄,其中有「家,設置,配置文件,幫助等」的,但在地區它說「儀表板」,並有大圓圈圖像:
<div class="alert alert-dismissible alert-success">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button>
<strong>Logged in!</strong> You Logged in!
</div>
但我不知道如何把它放在那裏! 如果我把它放在header
的正下方,它會被邊欄遮擋。 如果我將它放在main
標籤的上方,則由於某種原因它不會完全顯示。
有什麼建議嗎?