From c7f0c30fadc2ee49da7150b8b2059c0e09b90ef0 Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期二, 07 一月 2025 18:00:52 +0800 Subject: [PATCH] bug修改首行缩进 --- src/books/English/assets/main.less | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/books/English/assets/main.less b/src/books/English/assets/main.less index ef9f8c5..2d853c1 100644 --- a/src/books/English/assets/main.less +++ b/src/books/English/assets/main.less @@ -768,6 +768,9 @@ .w80x { width: 80px !important; } + .w70 { + width: 70%; + } .w50 { width: 50%; } -- Gitblit v1.9.1