From a640a68b55034ad38b1936eedd33c23f63bec0f0 Mon Sep 17 00:00:00 2001 From: YM <479443481@qq.com> Date: 星期五, 26 四月 2024 14:29:28 +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