Showing
1 changed file
with
10 additions
and
8 deletions
| @@ -4,14 +4,16 @@ | @@ -4,14 +4,16 @@ | ||
| 4 | <a-row> | 4 | <a-row> |
| 5 | <Button @click="handleExcute" type="primary"> 执行测试请求 </Button> | 5 | <Button @click="handleExcute" type="primary"> 执行测试请求 </Button> |
| 6 | </a-row> | 6 | </a-row> |
| 7 | - <a-row class="mt-8" type="flex" justify="center" align="middle"> | ||
| 8 | - <a-col :span="2"> 测试地址 </a-col> | ||
| 9 | - <a-col :span="22"> | ||
| 10 | - <Tag color="blue" style="width: 31.6vw; white-space: normal; height: auto"> | ||
| 11 | - {{ apiUrl?.split('{?')[0] }} | ||
| 12 | - </Tag> | ||
| 13 | - </a-col> | ||
| 14 | - </a-row> | 7 | + <div style="display: flex; justify-content: space-between"> |
| 8 | + <a-row class="mt-8" type="flex" justify="center" align="middle"> | ||
| 9 | + <a-col :span="3"> 测试地址 </a-col> | ||
| 10 | + <a-col :span="21"> | ||
| 11 | + <Tag color="blue" style="width: 31.6vw; white-space: normal; height: auto"> | ||
| 12 | + {{ apiUrl?.split('{?')[0] }} | ||
| 13 | + </Tag> | ||
| 14 | + </a-col> | ||
| 15 | + </a-row> | ||
| 16 | + </div> | ||
| 15 | </div> | 17 | </div> |
| 16 | <div class="mt-8"> | 18 | <div class="mt-8"> |
| 17 | <a-row type="flex" justify="center"> | 19 | <a-row type="flex" justify="center"> |