From 89f05ceabb90fa1e17d051c9d90149e08ee54663 Mon Sep 17 00:00:00 2001 From: 杨磊 <505174330@qq.com> Date: 星期六, 11 五月 2024 19:24:44 +0800 Subject: [PATCH] 登录注册检索页面问题 --- src/pages/index/index.vue | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index 4cc380d..f26bc15 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -195,7 +195,7 @@ // }) } else if (item.id == 3) { uni.navigateTo({ - url: '/pages/dataDisplay/dataDisplay?id=' + item.id + url: '/pages/academicGenres/index?id=' + item.id }) } else if (item.id == 4) { uni.navigateTo({ @@ -486,7 +486,7 @@ } } - @media screen and (min-width:1366px) and (max-width:1920px) { + @media screen and (min-width:1366px) { .Ttop { margin-bottom: .6rem !important; } @@ -530,9 +530,7 @@ width: 2rem !important; } - .hua { - height: 4rem !important; - } + } -- Gitblit v1.9.1