modify style

This commit is contained in:
MaysWind
2023-06-23 13:38:22 +08:00
parent 626325066d
commit a5424afc38
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -50,7 +50,7 @@
<v-table v-if="exchangeRatesData && exchangeRatesData.exchangeRates && exchangeRatesData.exchangeRates.length">
<thead>
<tr>
<th style="width: 50%">{{ $t('Currency') }}</th>
<th class="text-uppercase" style="width: 50%">{{ $t('Currency') }}</th>
<th class="text-uppercase">{{ $t('Amount') }}</th>
</tr>
</thead>