| | |
| | | <mining-exchange-input :title="$t('从')" :value1="form.volume" :actions="actions" |
| | | @select="onSelect('symbol', $event)" @input="onInput" :type="1" @max="onMax" :coin="form.symbol" |
| | | :coin1="form.symbol_to" :tips="[]" :iconImg1="form.iconImg1" :iconImg2="form.iconImg2" |
| | | :available="`${amountAvailable} ${form.symbol.toUpperCase()}`" :showMax="true" /> |
| | | :available="`${amountAvailable} ${form.symbol.toUpperCase()}`" :showMax="true" :placeholder="$t('请输入')" /> |
| | | <!-- <div v-if="show" class="font-28 text-grey"> |
| | | {{ $t('可用数量') }}: |
| | | <span class="textColor">{{ amountAvailable }} {{ form.symbol.toUpperCase() }}</span> |
| | |
| | | |
| | | #cryptos { |
| | | .account_card { |
| | | background: $inp-b !important; |
| | | border-radius: 2.5rem; |
| | | padding: 1.2rem 2.5rem; |
| | | |
| | | @include themify() { |
| | | background: themed("input_background"); |
| | | } |
| | | |
| | | div { |
| | | background: $inp-b !important; |
| | | @include themify() { |
| | | background: themed("input_background"); |
| | | } |
| | | } |
| | | } |
| | | |