@@ -258,31 +258,31 @@ background-color: #dadada;
258
258
<el-form :inline =" true" ref =" form" :model =" detail" label-width =" 100px" size =" mini" >
259
259
260
260
<el-form-item :label =" this.$store.state.lang.QueryString" >
261
- <el-input type =" textarea" style =" width :380px " v-model =" detail.queryString" ></el-input >
261
+ <el-input type =" textarea" style =" width :380px ; " v-model =" detail.queryString" ></el-input >
262
262
</el-form-item >
263
263
264
264
<el-form-item :label =" this.$store.state.lang.QueryHeader" >
265
- <el-input type =" textarea" style =" width :380px " v-model =" detail.header" ></el-input >
265
+ <el-input type =" textarea" style =" width :380px ; " v-model =" detail.header" ></el-input >
266
266
</el-form-item >
267
267
268
268
<el-form-item label =" Cookie" >
269
- <el-input type =" textarea" style =" width :380px " v-model =" detail.cookie" ></el-input >
269
+ <el-input type =" textarea" style =" width :380px ; " v-model =" detail.cookie" ></el-input >
270
270
</el-form-item >
271
271
272
272
<el-form-item :label =" this.$store.state.lang.RequestBody" >
273
- <el-input type =" textarea" style =" width :380px " v-model =" detail.requestBody" ></el-input >
273
+ <el-input type =" textarea" autosize = true style =" width :380px ; " v-model =" detail.requestBody" ></el-input >
274
274
</el-form-item >
275
275
276
276
<el-form-item :label =" this.$store.state.lang.ResponseBody" >
277
- <el-input type =" textarea" style =" width :380px " v-model =" detail.responseBody" ></el-input >
277
+ <el-input type =" textarea" autosize = true style =" width :380px ; " v-model =" detail.responseBody" ></el-input >
278
278
</el-form-item >
279
279
280
280
<el-form-item :label =" this.$store.state.lang.ErrorMessage" >
281
- <el-input type =" textarea" style =" width :380px " v-model =" detail.errorMessage" ></el-input >
281
+ <el-input type =" textarea" style =" width :380px ; " v-model =" detail.errorMessage" ></el-input >
282
282
</el-form-item >
283
283
284
284
<el-form-item :label =" this.$store.state.lang.ErrorStack" >
285
- <el-input type =" textarea" style =" width :380px " v-model =" detail.errorStack" ></el-input >
285
+ <el-input type =" textarea" style =" width :380px ; " v-model =" detail.errorStack" ></el-input >
286
286
</el-form-item >
287
287
</el-form >
288
288
</el-drawer >
0 commit comments