feat: 对原有填写金额的input框进行改进,优化部分样式问题

This commit is contained in:
学习很差啦
2023-04-12 11:06:25 +08:00
parent e5c25895a0
commit ebc79da0fc
6 changed files with 23 additions and 12 deletions

View File

@@ -94,7 +94,7 @@
<dl v-if="params.serviceStatus == 'PASS'">
<dt>实际退款金额</dt>
<dd>
<Input v-model="params.actualRefundPrice" style="width:260px" />
<InputNumber :min="0" v-model="params.actualRefundPrice" style="width:260px" />
</dd>
</dl>
<dl>