From 1741f4da15d809258428eeb45eb90ca35e62918e Mon Sep 17 00:00:00 2001 From: denislov <2864326614@qq.com> Date: Tue, 29 Apr 2025 20:46:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3tailwindcss=20=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/.vscode/settings.json | 3 - frontend/app/chat/page.tsx | 10 +-- frontend/app/layout.tsx | 6 +- frontend/package.json | 2 + frontend/pnpm-lock.yaml | 112 +++++++++++++++++++++++++++++++++ frontend/pnpm-workspace.yaml | 3 + frontend/styles/globals.css | 3 +- 7 files changed, 126 insertions(+), 13 deletions(-) create mode 100644 frontend/pnpm-workspace.yaml diff --git a/frontend/.vscode/settings.json b/frontend/.vscode/settings.json index 3b835cd..150fd8a 100644 --- a/frontend/.vscode/settings.json +++ b/frontend/.vscode/settings.json @@ -1,7 +1,4 @@ { - "css.customData": [ - ".vscode/tailwindcss.json" - ], "files.associations": { "*.css": "tailwindcss" } diff --git a/frontend/app/chat/page.tsx b/frontend/app/chat/page.tsx index 82ec6ae..3d7eb89 100644 --- a/frontend/app/chat/page.tsx +++ b/frontend/app/chat/page.tsx @@ -142,11 +142,11 @@ export default function ChatPage() { // --- JSX Rendering --- return ( // 最外层 Flex 容器 -