From 4d4151f125f5944ada021fd96f3f53b7789e4132 Mon Sep 17 00:00:00 2001 From: JayChou Date: Thu, 6 Feb 2025 15:43:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8A=A5=E5=90=8D=E4=BC=A0?= =?UTF-8?q?=E5=80=BC=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/raceInfo/index.vue | 7 +++++-- src/views/registrationGroup/index.vue | 4 ++-- src/views/registrationPersonage/index.vue | 4 ++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/src/views/raceInfo/index.vue b/src/views/raceInfo/index.vue index 8a1c4f3..671552f 100644 --- a/src/views/raceInfo/index.vue +++ b/src/views/raceInfo/index.vue @@ -147,7 +147,7 @@
-
{{ item.annualname }}年度
+
{{ item.annualname }}年度
报名
{ console.log(projectId.result) // return - Router.push(`/projectName?id=${projectId.result}&bcId=${projectId.result}`) + Router.push(`/projectName?id=${projectId.result}&bcId=${id}`) // Router.push({ path: '/competition', query: { id, raceId: Route.query.id } }) } @@ -333,6 +333,9 @@ const scrollToPosition = () => { font-size: 18px; margin-top: 20px; font-weight: 600; + display: flex; + justify-content: space-between; + align-items: center; } } } diff --git a/src/views/registrationGroup/index.vue b/src/views/registrationGroup/index.vue index 0db50e1..7bd9bda 100644 --- a/src/views/registrationGroup/index.vue +++ b/src/views/registrationGroup/index.vue @@ -23,7 +23,7 @@
{{ ndbs.annualid }}年度
{{ ndbs.name }}
- +
@@ -151,7 +151,7 @@
{{ isDisable ? '返回' : isEdit ? '取消修改' : '取消报名' }} - + {{ isEdit ? '确认修改' : '确认报名' }}
diff --git a/src/views/registrationPersonage/index.vue b/src/views/registrationPersonage/index.vue index 3b9c051..f358874 100644 --- a/src/views/registrationPersonage/index.vue +++ b/src/views/registrationPersonage/index.vue @@ -25,7 +25,7 @@
{{ ndbs.annualid }}年度
{{ ndbs.name }}
- +
@@ -169,7 +169,7 @@
{{ isDisable ? '返回' : isEdit ? '取消修改' : '取消报名' }} - + {{ isEdit ? '确认修改' : '确认报名' }}