From b20a47f7104489170ba57b06ffac9650c87da449 Mon Sep 17 00:00:00 2001 From: sky121113 Date: Fri, 13 Feb 2026 15:57:23 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E5=84=AA=E5=8C=96=E6=93=8D=E4=BD=9C?= =?UTF-8?q?=E6=89=8B=E5=86=8A=20Markdown=20=E6=8E=92=E7=89=88=E8=88=87=20U?= =?UTF-8?q?I=20=E4=BD=88=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/css/app.css | 1 + resources/js/Pages/System/Manual/Index.tsx | 84 ++++++++++++---------- 2 files changed, 49 insertions(+), 36 deletions(-) diff --git a/resources/css/app.css b/resources/css/app.css index 51160bb..b53a858 100644 --- a/resources/css/app.css +++ b/resources/css/app.css @@ -1,4 +1,5 @@ @import "tailwindcss"; +@plugin "@tailwindcss/typography"; @theme { --font-sans: 'Noto Sans TC', ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; diff --git a/resources/js/Pages/System/Manual/Index.tsx b/resources/js/Pages/System/Manual/Index.tsx index 84d1916..3a20b16 100644 --- a/resources/js/Pages/System/Manual/Index.tsx +++ b/resources/js/Pages/System/Manual/Index.tsx @@ -50,19 +50,19 @@ export default function ManualIndex({ toc, currentSlug, content }: Props) { ]}> -
+
{/* Sidebar */}