From 4195b8a6e785dd15b01211f0bb6f906ac43a3fb0 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 1 Apr 2026 09:53:40 +0800 Subject: [PATCH] fix: use standard style tag for responsive layout Replace styled-jsx with standard style tag to avoid TypeScript errors. Co-Authored-By: Claude Sonnet 4.6 --- src/pages/index.tsx | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 1c05678..4236a60 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -67,13 +67,16 @@ export default function Index() { {/* 快捷操作卡片区域 */} -
+
{quickActions.map((action) => ( {/* 移动端响应式样式 */} -