1
李凌
2025-10-09 c17311ba1351cd5e64654c3fc7b2fe765b1e7382
src/components/Transform/mining-account/index.vue
@@ -6,7 +6,7 @@
               <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 }}&nbsp;{{ form.symbol.toUpperCase() }}</span>
@@ -262,12 +262,17 @@
   #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");
         }
         }
      }