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
@@ -44,7 +44,7 @@
{{ line }}
</span>
</p>
<hr/><br/>
<v-divider/><br/>
<p>
<span>ezBookkeeping also contains additional third party software.</span><br/>
<span>All the third party software included or linked is redistributed under the terms and conditions of their original licenses.</span>
+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>