您可以將justify-content-between添加到父d-flexdiv: <div class="d-flex align-items-center justify-content-between"> <!-- set flex item alignment here --> <span class="fs-1 no-select" id="text">Lorem</span> <select class="form-select float-end"> <!-- this gets right-aligned if container has "between" justification --> <option selected>word</option> <option>sentence</option> </select> </div> 由于某些原因,它無法正確加載到堆棧片段中,但在本地提供服務(wù)時(shí),它是這樣的:
您可以將
justify-content-between
添加到父d-flex
div:由于某些原因,它無法正確加載到堆棧片段中,但在本地提供服務(wù)時(shí),它是這樣的: