| | |
| | | :disabled="type / 1 === 1" /> |
| | | <span>USDT</span> |
| | | </div> |
| | | <div class="h-70 lh-70 inputBackground mb-25 flex justify-center px-16 textColor2"> |
| | | <!-- <div class="h-70 lh-70 inputBackground mb-25 flex justify-center px-16 textColor2"> |
| | | <span>{{ title }}</span> |
| | | </div> |
| | | </div> --> |
| | | <div class="flex total-list"> |
| | | <div class="total-div" :class="[!isTotal ? 'active-bg' : '']" @click="checkIsTotal(false)"> |
| | | {{ $t('数量') }} |
| | |
| | | @input="onInputTotal" /> |
| | | <span class="textColor font-28">{{ 'USDT' }}</span> |
| | | </div> |
| | | <div class="font-24 w-full flex justify-between items-center textColor1"> |
| | | <!-- <span class="flex-1 text-left">0%</span> --> |
| | | <!-- <div class="font-24 w-full flex justify-between items-center textColor1"> |
| | | <span class="flex-1 text-left">0%</span> |
| | | <span class="flex-1 tab-item" :class="[percentageVal == 25 ? 'select-active' : '']" |
| | | @click="exchangeVal(25)">25%</span> |
| | | <span class="flex-1 tab-item" :class="[percentageVal == 50 ? 'select-active' : '']" |
| | |
| | | @click="exchangeVal(75)">75%</span> |
| | | <span class="flex-1 tab-item" :class="[percentageVal == 100 ? 'select-active' : '']" |
| | | @click="exchangeVal(100)">100%</span> |
| | | </div> |
| | | </div> --> |
| | | <div class="flex justify-between items-center mt-40"> |
| | | <div class="flex flex-col font-24"> |
| | | <p class="text-grey" v-if="this.currentType === 'open'">{{ $t('可用') }}<span class="textColor ml-8"> |