改进文字提示

This commit is contained in:
刘祥超
2022-07-16 19:21:37 +08:00
parent 1fcc0694ca
commit d139e93160

View File

@@ -111,6 +111,9 @@
</tr>
</tbody>
<tbody v-if="requestBody.length > 0">
<tr>
<td colspan="2">请求内容:</td>
</tr>
<tr>
<td colspan="2">
<source-code-box :type="requestContentType" width="0" height="200">{{requestBody}}</source-code-box>