From 115287b451d6cb2ef3d215c1113d5e52e2f5422b Mon Sep 17 00:00:00 2001
From: 杨磊 <505174330@qq.com>
Date: 星期五, 17 五月 2024 21:08:19 +0800
Subject: [PATCH] 111

---
 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