Handy_Cao il y a 8 mois
Parent
commit
f55473aa31

+ 1 - 1
src/packages/tss/views/bank/wallet/components/deposit/Index.vue

@@ -13,7 +13,7 @@
                             </RadioGroup>
                             <div class="g-qty-group__stepper" style="padding: 15px 0;">
                                 <Stepper v-model="formData.Amount" theme="round" button-size="22" :min="0"
-                                    :step="qtyStep" integer />
+                                    :step="qtyStep" :decimal-length="2" />
                             </div>
                         </div>
                     </template>