mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-20 01:34:24 +08:00
modify style
This commit is contained in:
@@ -44,7 +44,7 @@
|
|||||||
{{ line }}
|
{{ line }}
|
||||||
</span>
|
</span>
|
||||||
</p>
|
</p>
|
||||||
<hr/><br/>
|
<v-divider/><br/>
|
||||||
<p>
|
<p>
|
||||||
<span>ezBookkeeping also contains additional third party software.</span><br/>
|
<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>
|
<span>All the third party software included or linked is redistributed under the terms and conditions of their original licenses.</span>
|
||||||
|
|||||||
@@ -50,7 +50,7 @@
|
|||||||
<v-table v-if="exchangeRatesData && exchangeRatesData.exchangeRates && exchangeRatesData.exchangeRates.length">
|
<v-table v-if="exchangeRatesData && exchangeRatesData.exchangeRates && exchangeRatesData.exchangeRates.length">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<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>
|
<th class="text-uppercase">{{ $t('Amount') }}</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
|||||||
Reference in New Issue
Block a user