From 023f8f94b22cc4d56e1d8e0399551218373f0136 Mon Sep 17 00:00:00 2001 From: WindowBird <13870814+windows-bird@user.noreply.gitee.com> Date: Mon, 17 Nov 2025 17:01:27 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E5=88=97=E8=A1=A8=EF=BC=9A?= =?UTF-8?q?=E7=9C=9F=E6=AD=A3=E7=9A=84=E7=A7=BB=E5=8A=A8=E7=AB=AF=E9=80=82?= =?UTF-8?q?=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/project/list/index.vue | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/pages/project/list/index.vue b/pages/project/list/index.vue index 13a6e73..ac4fd1b 100644 --- a/pages/project/list/index.vue +++ b/pages/project/list/index.vue @@ -746,20 +746,7 @@ onLoad(() => { gap: 16px; } -/* 移动端适配 */ -@media (max-width: 768px) { - .project-container { - grid-template-columns: repeat(2, 1fr); - gap: 12px; - padding: 12px; - } -} -@media (max-width: 480px) { - .project-container { - grid-template-columns: 1fr; - } -} .project-card { background: #fff;