yinxiangke 3 тижнів тому
батько
коміт
27de5808cf
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      src/pages/Personal/Wallet.vue

+ 2 - 2
src/pages/Personal/Wallet.vue

@@ -92,7 +92,7 @@
                 <el-input-number v-model="walletForm.orderAmt" :min="1" :max="appStore?.userInfo?.baoMiBalance"
                   controls-position="right" size="large" @change="handleChange" style="width: 100%;"
                   :placeholder="$t('common.placeholderInput')" align="left" :input-style="{ fontSize: '28px' }"
-                  class="inputStyle" />
+                  class="inputStyle" step-strictly />
               </el-form-item>
 
               <el-form-item :label="$t('common.use') + $t('common.mibi')" v-else prop="orderAmt">
@@ -100,7 +100,7 @@
                   :max="appStore?.userInfo?.pointsBalance" :step="Number(configTxt.configValue)"
                   controls-position="right" size="large" @change="handleChange" style="width: 100%;"
                   :placeholder="$t('common.placeholderInput')" align="left" :input-style="{ fontSize: '28px' }"
-                  class="inputStyle" />
+                  class="inputStyle" step-strictly />
               </el-form-item>
             </div>
           </el-col>