modify style
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<v-table class="table-striped">
|
||||
<v-table class="table-striped" :hover="!loading">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="text-uppercase">{{ $t('Currency') }}</th>
|
||||
@@ -74,7 +74,7 @@
|
||||
|
||||
<tbody>
|
||||
<tr :key="itemIdx"
|
||||
v-for="itemIdx in (loading && (!exchangeRatesData || !exchangeRatesData.exchangeRates || exchangeRatesData.exchangeRates.length < 1) ? [ 1, 2, 3 ] : [])">
|
||||
v-for="itemIdx in (loading && (!exchangeRatesData || !exchangeRatesData.exchangeRates || exchangeRatesData.exchangeRates.length < 1) ? [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] : [])">
|
||||
<td class="px-0" colspan="2">
|
||||
<v-skeleton-loader type="text" :loading="true"></v-skeleton-loader>
|
||||
</td>
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<v-table class="transaction-tags-table table-striped">
|
||||
<v-table class="transaction-tags-table table-striped" :hover="!loading">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="text-uppercase" style="width: 50%">{{ $t('Tag Title') }}</th>
|
||||
|
||||
@@ -87,7 +87,7 @@
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<v-table class="table-striped text-no-wrap">
|
||||
<v-table class="table-striped text-no-wrap" :hover="!loadingSession">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="text-uppercase">{{ $t('Type') }}</th>
|
||||
|
||||
Reference in New Issue
Block a user