From bcfd1db90f56c029b8d438f4038392c3646a7d6f Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Sat, 10 Dec 2022 17:56:09 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dmarkdown=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=20ul=20ol=20=E6=A0=B7=E5=BC=8F=E7=BC=BA=E5=A4=B1?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/web/src/components/Markdown.less | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/client/web/src/components/Markdown.less b/client/web/src/components/Markdown.less index a93469bf..59f67763 100644 --- a/client/web/src/components/Markdown.less +++ b/client/web/src/components/Markdown.less @@ -19,4 +19,12 @@ p { @apply my-2; } + + ul, + ol { + list-style: initial; + padding-left: 2em; + margin-top: 0; + margin-bottom: 16px; + } }