Use default table styling for CLIN tables

This commit is contained in:
Montana
2019-06-04 09:38:20 -04:00
parent 2644133b76
commit 5fb44b39b0
8 changed files with 27 additions and 31 deletions

View File

@@ -32,7 +32,7 @@
class='member-list'
v-bind:members='{{ members | tojson}}'>
<div class='responsive-table-wrapper panel'>
<table v-cloak v-if='searchedList && searchedList.length'>
<table v-cloak v-if='searchedList && searchedList.length' class="atat-table">
<thead>
<tr>
<th v-for="col in getColumns()" @click="updateSort(col.displayName)" :width="col.width" :class="col.class" scope="col">