所以这就是发生的事情
我想垂直对齐右侧的箭头,使其位于 div 的中心。这是html:
<div class="title-block" >
<span class="date">{{ order.getCreated()|date('M d, Y') }}</span>
<span class="invoice">Invoice #{{ order.getInvoice().getInvoiceNumber()}}</span>
<span class="retail-price">Rp {{ order.getTotalPrice() }}</span>
<img src="{{ asset('bundles/shopiousmain/img/dashboard-li-down-arrow.png') }}"/>
</div>
如下图所示:
它的垂直对齐已经设置为中间。但是,为什么它不垂直居中?