optimize ui

This commit is contained in:
MaysWind
2020-12-05 11:21:16 +08:00
parent 5de68fad1e
commit e9110bb6ec
4 changed files with 46 additions and 43 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
<f7-list>
<f7-list-item
:title="$t('Base Currency')"
smart-select :smart-select-params="{ openIn: 'popup', closeOnSelect: true, popupCloseLinkText: $t('Close') }">
smart-select :smart-select-params="{ openIn: 'popup', closeOnSelect: true, popupCloseLinkText: $t('Close'), scrollToSelectedItem: true }">
<select v-model="baseCurrency">
<option v-for="exchangeRate in availableExchangeRates"
:key="exchangeRate.currencyCode"