Removed unused class

This commit is contained in:
Joan Sanchez 2021-05-12 13:00:54 +02:00
parent b828609d33
commit eecba426ee
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
</vn-none> </vn-none>
</vn-horizontal> </vn-horizontal>
<vn-card> <vn-card>
<vn-table model="model" class="fixed-header scrollable sm"> <vn-table model="model" class="scrollable sm">
<vn-thead> <vn-thead>
<vn-tr> <vn-tr>
<vn-th field="dated">Hour</vn-th> <vn-th field="dated">Hour</vn-th>

View File

@ -17,7 +17,7 @@
</vn-none> </vn-none>
</vn-horizontal> </vn-horizontal>
<vn-card> <vn-card>
<vn-table model="model" class="fixed-header scrollable sm"> <vn-table model="model" class="scrollable sm">
<vn-thead> <vn-thead>
<vn-tr> <vn-tr>
<vn-th field="date_send" shrink-datetime default-order="DESC">Date</vn-th> <vn-th field="date_send" shrink-datetime default-order="DESC">Date</vn-th>