From 9d7ac79a253158d175869ff265f53ffb9d2a19f7 Mon Sep 17 00:00:00 2001 From: SiriusXT <1160925501@qq.com> Date: Sat, 17 May 2025 21:55:10 +0800 Subject: [PATCH] style(toc): Adjust the CSS of the TOC --- apps/client/src/widgets/toc.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/widgets/toc.ts b/apps/client/src/widgets/toc.ts index d1e359065..7a5793982 100644 --- a/apps/client/src/widgets/toc.ts +++ b/apps/client/src/widgets/toc.ts @@ -103,7 +103,7 @@ const TPL = /*html*/`
} .toc li .item-content { - margin-left: 24px; + margin-left: 25px; flex: 1; }