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

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

如何修復(fù)高度損壞的引導(dǎo)程序面包屑項(xiàng)目?

如何修復(fù)高度損壞的引導(dǎo)程序面包屑項(xiàng)目?

慕標(biāo)琳琳 2023-12-25 16:34:11
我嘗試使用引導(dǎo)程序制作面包屑線,thymeleaf但它有一個(gè)奇怪的破碎高度。像這樣代碼<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"><nav class="navbar navbar-expand-lg navbar-light bg-light border-bottom">    <!--<div class="collapse navbar-collapse" id="navbarSupportedContent">-->    <div class="navbar-nav container">        <ol class="breadcrumb mr-auto">            <li class="breadcrumb-item">                <a th:href="@{/account/notebooks}">                    <i class="fas fa-book"></i>                    Notebooks                </a>            </li>            <li class="breadcrumb-item">                <a th:href="@{'/notebook/{notebookId}/edit' (notebookId=${notebook.id})}">                    <div th:text="${notebook.title}"></div>                </a>            </li>            <li class="breadcrumb-item" th:if="${currentNote} != null">                <a class="nav-link dropdown-toggle" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" th:text="${currentNote.name}">                </a>            </li>        </ol>    </div></nav><script src="https://code.jquery.com/jquery-3.4.1.slim.min.js"></script><script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"></script><script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>怎么讓它變成一條直線呢?
查看完整描述

1 回答

?
一只萌萌小番薯

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

用于flexbox直線上的集合元素。


<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">


<nav class="navbar navbar-expand-lg navbar-light bg-light border-bottom">

    <!--<div class="collapse navbar-collapse" id="navbarSupportedContent">-->

    <div class="navbar-nav container">

        <ol class="breadcrumb mr-auto">

            <li class="breadcrumb-item d-flex">

                <a th:href="@{/account/notebooks}">

                    <i class="fas fa-book"></i>

                    Notebooks

                </a>

            </li>

            <li class="breadcrumb-item d-flex">

                <a th:href="@{'/notebook/{notebookId}/edit' (notebookId=${notebook.id})}">

                    <div th:text="${notebook.title}">Test</div>

                </a>

            </li>

            <li class="breadcrumb-item d-flex" th:if="${currentNote} != null">

                <a class="nav-link dropdown-toggle p-0" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" th:text="${currentNote.name}">Test

                </a>

            </li>

        </ol>

    </div>

</nav>


<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js"></script>

<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"></script>

<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>


查看完整回答
反對(duì) 回復(fù) 2023-12-25
  • 1 回答
  • 0 關(guān)注
  • 198 瀏覽

添加回答

舉報(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)