From a726e4d8b3f90c0f912408848407d12756673e62 Mon Sep 17 00:00:00 2001 From: Qyir <13521889462@163.com> Date: Mon, 3 Nov 2025 16:08:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=90=8E=E5=8F=B0=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E4=BB=A3=E7=A0=81=20=E5=90=8E=E5=8F=B0=E7=AE=A1?= =?UTF-8?q?=E7=90=86=20=EF=BC=9A=20http://localhost:5174/admin=20=EF=BC=88?= =?UTF-8?q?=E7=9B=B4=E6=8E=A5URL=E8=AE=BF=E9=97=AE=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/App.vue | 31 ++++--------------------------- 1 file changed, 4 insertions(+), 27 deletions(-) diff --git a/frontend/src/App.vue b/frontend/src/App.vue index c809aa8..1bd8464 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -253,9 +253,9 @@ const getRankBadgeClass = (rank) => { } // 跳转到后台管理 -const goToAdmin = () => { - router.push('/admin') -} +// const goToAdmin = () => { +// router.push('/admin') +// } // 页面加载时初始化 onMounted(() => { @@ -275,7 +275,6 @@ onMounted(() => {

AI棒榜

-
@@ -461,10 +460,7 @@ onMounted(() => { gap: 10px; position: relative; } -.logo-icon { - width: 40px; - height: 40px; -} + .main-title { font-size: 24px; font-weight: bold; @@ -473,25 +469,6 @@ onMounted(() => { font-family: Alatsi, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', SimHei, Arial, Helvetica, sans-serif; } -.admin-btn { - position: absolute; - right: 20px; - top: 50%; - transform: translateY(-50%); - background: #4a90e2; - color: white; - border: none; - border-radius: 6px; - padding: 6px 12px; - font-size: 12px; - cursor: pointer; - transition: background-color 0.3s ease; -} - -.admin-btn:hover { - background: #357abd; -} - /* 横幅区域 */ .banner-section { margin: 20px 16px;