diff --git a/src/Layout/footer/index.vue b/src/Layout/footer/index.vue index d0bed00..e497173 100644 --- a/src/Layout/footer/index.vue +++ b/src/Layout/footer/index.vue @@ -63,7 +63,7 @@ const toNewsDetail = (id: number) => { } .item { text-align: center; - font-size: 18px; + font-size: 14px; cursor: pointer; transition: all 0.3s; } @@ -78,10 +78,14 @@ const toNewsDetail = (id: number) => { .copyright { margin-top: 30px; + font-size: 10px; } .report { margin-top: 0.1042rem; + font-size: 10px; + text-align: center; + } &.dark-layout { diff --git a/src/main.ts b/src/main.ts index b219fd7..a81a446 100644 --- a/src/main.ts +++ b/src/main.ts @@ -59,8 +59,8 @@ const pcHost = new URL(import.meta.env.VITE_APP_PC_URL).host if (isMobile && currentHost !== mobileHost) { console.log('手机端,跳转到移动站') - location.href = import.meta.env.VITE_APP_MOBILE_URL + // location.href = import.meta.env.VITE_APP_MOBILE_URL } else if (!isMobile && currentHost !== pcHost) { console.log('电脑端,跳转到 PC 站') - location.href = import.meta.env.VITE_APP_PC_URL + // location.href = import.meta.env.VITE_APP_PC_URL } diff --git a/src/views/raceInfo/index.vue b/src/views/raceInfo/index.vue index 3b61e22..25381d3 100644 --- a/src/views/raceInfo/index.vue +++ b/src/views/raceInfo/index.vue @@ -6,7 +6,7 @@