modify style

This commit is contained in:
MaysWind
2023-07-17 00:35:27 +08:00
parent b06456d573
commit 0ad92a999c
2 changed files with 55 additions and 73 deletions
+3 -3
View File
@@ -67,8 +67,8 @@
<v-table>
<thead>
<tr>
<th class="text-uppercase" style="width: 50%">{{ $t('Currency') }}</th>
<th class="text-uppercase">{{ $t('Amount') }}</th>
<th class="text-uppercase">{{ $t('Currency') }}</th>
<th class="text-uppercase text-right">{{ $t('Amount') }}</th>
</tr>
</thead>
@@ -89,7 +89,7 @@
<span>{{ exchangeRate.currencyDisplayName }}</span>
<small class="smaller ml-1">{{ exchangeRate.currencyCode }}</small>
</td>
<td>{{ getDisplayConvertedAmount(exchangeRate) }}</td>
<td class="text-right">{{ getDisplayConvertedAmount(exchangeRate) }}</td>
</tr>
</tbody>
</v-table>