modify css in order table

This commit is contained in:
Zin Moe
2020-03-13 14:38:16 +06:30
parent 05fff8c136
commit 2cd816e20f
2 changed files with 14 additions and 9 deletions

View File

@@ -176,8 +176,15 @@
</div>
<div class="card-block d-flex flex-column h-100">
<div class="table-responsive">
<table class="table" id="append-table">
<!-- <div class="table-responsive">
<table class="table m-b-0" id="append-table">
<thead>
</thead>
</table>
</div> -->
<div class="card-text h-100" id="foodcourt-order-slimscroll">
<table class="table table-striped summary-items" id="order-items-table">
<thead>
<tr>
<th>#</th>
@@ -186,10 +193,6 @@
<th class="text-nowrap text-right">Price</th>
</tr>
</thead>
</table>
</div>
<div class="card-text h-100" id="foodcourt-order-slimscroll">
<table class="table table-striped summary-items fixed-header" id="order-items-table" >
<tbody class="font-13" >
</tbody>