|
|
@@ -140,7 +140,7 @@ onMounted(() => {
|
|
|
<template>
|
|
|
<Page title="数据测试" description="用于测试和验证比赛数据的页面">
|
|
|
|
|
|
- <Form>
|
|
|
+ <Form :label-col="{ span: 2 }" :wrapper-col="{ span: 14 }">
|
|
|
<Form.Item label="数据源:">
|
|
|
<span>比赛管理系统</span>
|
|
|
</Form.Item>
|
|
|
@@ -157,7 +157,7 @@ onMounted(() => {
|
|
|
<Form.Item label="目标赛事ID:">
|
|
|
<Input v-model:value="idsText" placeholder="请输入赛事ID,多个ID用逗号分隔" @input="idsInput" />
|
|
|
</Form.Item>
|
|
|
- <Form.Item>
|
|
|
+ <Form.Item :wrapper-col="{ span: 14, offset: 2 }">
|
|
|
<Button @click="refreshData" :disabled="buttonDisabled">
|
|
|
刷新数据
|
|
|
</Button>
|