В настоящее время я изучаю, как использовать начальную загрузку, и я борюсь со следующим: я создал простую таблицу, но информация для созданного мной заказа не будет правильно выровнена по категории. Может кто-нибудь помочь? Я предоставил ссылку на кодовую ссылку.
https://codepen.io/tacoholic/pen/LYYOrdb
Вот как я настроил HTML:
<h2>History</h2>
<div class="row">
<table class="table m-b-0" width="100%">
<thead>
<tr class="black-cell">
<th width="10%">Date <i class="fa fa-angle-down"></i></th>
<th width="10%">Packages</th>
<th width="10%">Tier</th>
<th width="15%">Total</th>
<th width="25%">Approval</th>
</tr>
</thead>
</table>
<div class="row">
<div class="col-md-5 border-right">
<h3>
<span class="m-l-40">05/26/2018 - 05-30-2018</span>
<span class="m-l-120">234</span>
<span class="m-l-120">Tier 4</span>
<span class="m-l-120">$12.45</span>
<span class="m-l-120">Approved</span>
</h3>
<div>
<p>Cras dictum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.</p>
</div>