| | |
| | | </div> |
| | | <el-form label-width="120px" size="small"> |
| | | <el-form-item label="充值金额"> |
| | | <el-input-number v-model="form.money" :min="0" :precision="2" style="width: 200px"/> |
| | | <el-input-number |
| | | v-model="form.money" |
| | | class="money-input-number" |
| | | :min="0" |
| | | :precision="2" |
| | | :step="10" |
| | | controls-position="right" |
| | | placeholder="请输入金额" |
| | | /> |
| | | </el-form-item> |
| | | <el-form-item label="充值备注"> |
| | | <el-input v-model="form.remark" maxlength="300" style="width: 400px"/> |
| | |
| | | .info-block p { margin: 4px 0; line-height: 26px; } |
| | | .footer-btns { text-align: right; margin-top: 16px; } |
| | | .footer-btns .el-button { margin-left: 8px; } |
| | | .money-input-number { |
| | | width: 220px !important; |
| | | } |
| | | .money-input-number ::v-deep .el-input { |
| | | width: 100% !important; |
| | | } |
| | | .money-input-number ::v-deep .el-input__inner { |
| | | height: 32px; |
| | | line-height: 32px; |
| | | text-align: left; |
| | | padding-left: 12px; |
| | | padding-right: 42px; |
| | | } |
| | | .money-input-number ::v-deep .el-input-number__increase, |
| | | .money-input-number ::v-deep .el-input-number__decrease { |
| | | width: 28px; |
| | | background: #f5f7fa; |
| | | border-left: 1px solid #dcdfe6; |
| | | } |
| | | .money-input-number ::v-deep .el-input-number__increase { |
| | | border-bottom: 1px solid #dcdfe6; |
| | | line-height: 15px; |
| | | } |
| | | .money-input-number ::v-deep .el-input-number__decrease { |
| | | line-height: 15px; |
| | | } |
| | | </style> |