保后的金额展示框长度调整

master
e 3 years ago
parent 2c9fe4bb93
commit 71e5c0ec79
  1. 2
      src/components/page/afterLoan/afterInsurance.vue

@ -339,7 +339,7 @@
<el-form-item label="清偿方式" required>
<div class="df">
<span style="margin-right:20px">1现金</span>
<el-input style="width:20%;min-width:250px" oninput="value=value.replace(/[^\d.]/g,'')" v-model="repaymentForm.repaymentCash" placeholder="请输入金额">
<el-input style="width:40%;min-width:250px" oninput="value=value.replace(/[^\d.]/g,'')" v-model="repaymentForm.repaymentCash" placeholder="请输入金额">
<i slot="suffix" style="margin-right:10px" class="el-input__icon">{{ChinaCost(repaymentForm.repaymentCash)}}</i>
</el-input>
<span style="margin-left:15px"></span>

Loading…
Cancel
Save