调整 请求监控>请求详情 请求内容的 列宽

This commit is contained in:
peter zhang 2023-05-12 15:19:57 +08:00
parent 3693856a05
commit f0f317ab53
No known key found for this signature in database
GPG Key ID: 3F85638A607A823C
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
<a-row class="detail-info">
<a-col :span="12"> 用户id{{ detail.operateUserId }}</a-col>
<a-col :span="12"> 用户名称 {{ detail.operateUserName }}</a-col>
<a-col :span="12"> 请求内容 {{ detail.module }} - {{ detail.content }}</a-col>
<a-col :span="24"> 请求内容 {{ detail.module }} - {{ detail.content }}</a-col>
</a-row>
</a-col>
<a-col :span="8">

View File

@ -22,7 +22,7 @@
<a-row class="detail-info">
<a-col :span="12"> 用户id{{ detail.operateUserId }}</a-col>
<a-col :span="12"> 用户名称 {{ detail.operateUserName }}</a-col>
<a-col :span="12"> 请求内容 {{ detail.module }} - {{ detail.content }}</a-col>
<a-col :span="24"> 请求内容 {{ detail.module }} - {{ detail.content }}</a-col>
</a-row>
</a-col>
<a-col :span="8">