Commit b5993c21 authored by zhangrui123's avatar zhangrui123

xiaowei

parent cc301439
<template>
<div style="height: 100%; background-color: #F5F5F5;padding-top:3px">
<div style="height: 100%; background-color: #F5F5F5;padding-top:3px;overflow-y: auto;">
<van-dialog v-model="showDialog" title="是否再填写一份?" showConfirmButton show-cancel-button @confirm='clearAllFormFields'></van-dialog>
<van-form @submit="onSubmit" style="border-radius: 10px; margin: 10px">
......@@ -85,7 +85,7 @@
<van-field
v-model="description"
rows="2"
:autosize = "{ maxHeight: 60, minHeight: 30 }"
:autosize = "{ maxHeight: 100, minHeight: 50 }"
label="报修问题"
type="textarea"
maxlength="150"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment