From f2c7abcc6f02e0af28f04eb04368ff6a4ef07c54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A4=E5=8F=8C=E7=AD=B7=E5=AD=90?= <44014601+dbkuaizi@users.noreply.github.com> Date: Mon, 21 Nov 2022 22:46:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=9B=A0=E8=BE=B9=E8=B7=9D?= =?UTF-8?q?=E5=AF=BC=E8=87=B4=E4=BB=A3=E7=A0=81=E5=9D=97=E4=B8=8E=E8=A1=8C?= =?UTF-8?q?=E5=8F=B7=E5=AF=B9=E4=B8=8D=E9=BD=90=E7=9A=84=E9=97=AE=E9=A2=98?= =?UTF-8?q?=20(#2294)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 修改代码块边距 * Update src/data/extra/themes/vue-light/web.css Co-authored-by: Le Tan --- src/data/extra/themes/vue-light/web.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/data/extra/themes/vue-light/web.css b/src/data/extra/themes/vue-light/web.css index c14ed10f..91c03b55 100644 --- a/src/data/extra/themes/vue-light/web.css +++ b/src/data/extra/themes/vue-light/web.css @@ -109,7 +109,8 @@ pre { code { font-family: "YaHei Consolas Hybrid", Consolas, Monaco, "Andale Mono", Monospace, "Courier New"; color: #e96900; - padding: 2px 4px; + padding: 0 4px; + margin: 4px 0; border-radius: 2px; background-color: #f8f8f8; word-break: break-word;