|
@@ -34,7 +34,8 @@
|
|
|
v-model="val.answerValue"
|
|
v-model="val.answerValue"
|
|
|
:placeholder="val.remark"
|
|
:placeholder="val.remark"
|
|
|
:minTextLength="val.minTextLength"
|
|
:minTextLength="val.minTextLength"
|
|
|
- :error-message="val.remark"
|
|
|
|
|
|
|
+ autosize
|
|
|
|
|
+ type="textarea"
|
|
|
:class="{
|
|
:class="{
|
|
|
fieldInput: true,
|
|
fieldInput: true,
|
|
|
rulesClass: val.answerValue != null && val.answerValue.length < val.minTextLength,
|
|
rulesClass: val.answerValue != null && val.answerValue.length < val.minTextLength,
|
|
@@ -250,12 +251,12 @@ export default {
|
|
|
}
|
|
}
|
|
|
.van-field {
|
|
.van-field {
|
|
|
padding: 0;
|
|
padding: 0;
|
|
|
- width: 100%;
|
|
|
|
|
|
|
+ width: 97%;
|
|
|
border-radius: 4px;
|
|
border-radius: 4px;
|
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
|
background-color: unset;
|
|
background-color: unset;
|
|
|
- height: 30px;
|
|
|
|
|
- line-height: 30px;
|
|
|
|
|
|
|
+ // height: 30px;
|
|
|
|
|
+ // line-height: 30px;
|
|
|
border: 1px solid #cdc8c8;
|
|
border: 1px solid #cdc8c8;
|
|
|
}
|
|
}
|
|
|
.van-field__control {
|
|
.van-field__control {
|