modify style

This commit is contained in:
MaysWind
2023-07-22 23:17:32 +08:00
parent ebee6273b0
commit bfcb79c02b
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -64,7 +64,7 @@
</div> </div>
</template> </template>
<v-table class="table-striped"> <v-table class="table-striped" :hover="!loading">
<thead> <thead>
<tr> <tr>
<th class="text-uppercase">{{ $t('Currency') }}</th> <th class="text-uppercase">{{ $t('Currency') }}</th>
@@ -74,7 +74,7 @@
<tbody> <tbody>
<tr :key="itemIdx" <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"> <td class="px-0" colspan="2">
<v-skeleton-loader type="text" :loading="true"></v-skeleton-loader> <v-skeleton-loader type="text" :loading="true"></v-skeleton-loader>
</td> </td>
+1 -1
View File
@@ -35,7 +35,7 @@
</div> </div>
</template> </template>
<v-table class="transaction-tags-table table-striped"> <v-table class="transaction-tags-table table-striped" :hover="!loading">
<thead> <thead>
<tr> <tr>
<th class="text-uppercase" style="width: 50%">{{ $t('Tag Title') }}</th> <th class="text-uppercase" style="width: 50%">{{ $t('Tag Title') }}</th>
@@ -87,7 +87,7 @@
</div> </div>
</template> </template>
<v-table class="table-striped text-no-wrap"> <v-table class="table-striped text-no-wrap" :hover="!loadingSession">
<thead> <thead>
<tr> <tr>
<th class="text-uppercase">{{ $t('Type') }}</th> <th class="text-uppercase">{{ $t('Type') }}</th>