order view responsiveness
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<template>
|
||||
<v-dialog :model-value="modelValue" @update:modelValue="$emit('update:modelValue', $event)">
|
||||
<v-card>
|
||||
<v-card style="max-width: 25em" class="mx-auto">
|
||||
<v-card-title>
|
||||
<v-icon icon="mdi-down-arrow"/> Withdraw {{ token.symbol }}
|
||||
<v-icon icon="mdi-arrow-down-bold" color="grey-darken-1"/> Withdraw {{ token.symbol }}
|
||||
</v-card-title>
|
||||
<v-card-item>
|
||||
<v-text-field class="text-end" type="number" variant="outlined" :min="0" :max="balanceFloat"
|
||||
|
||||
Reference in New Issue
Block a user