|
|
@@ -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>
|