|
@@ -96,7 +96,7 @@
|
|
// { type: 'float', message: '金额必须为数字值'}
|
|
// { type: 'float', message: '金额必须为数字值'}
|
|
]"
|
|
]"
|
|
>
|
|
>
|
|
- <el-input style="width: 30%;" v-model="form.amount" autocomplete="off"></el-input>
|
|
|
|
|
|
+ <el-input style="width: 230px; display: block" v-model="form.amount" autocomplete="off"></el-input>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
<el-form-item
|
|
<el-form-item
|
|
label="收入状态"
|
|
label="收入状态"
|
|
@@ -175,7 +175,7 @@
|
|
</el-select>
|
|
</el-select>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
<el-form-item label="添加备注" prop="remark" :label-width="formLabelWidth">
|
|
<el-form-item label="添加备注" prop="remark" :label-width="formLabelWidth">
|
|
- <el-input type="textarea" style="width: 30%;" :rows="2" v-model="form.remark" autocomplete="off"></el-input>
|
|
|
|
|
|
+ <el-input type="textarea" style="width: 250px; display: block" :rows="2" v-model="form.remark" autocomplete="off"></el-input>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-form>
|
|
</el-form>
|
|
<div slot="footer" class="dialog-footer">
|
|
<div slot="footer" class="dialog-footer">
|