From b1f50479927a408e07f1421d28d58174ef257d64 Mon Sep 17 00:00:00 2001 From: haoxr <1490493387@qq.com> Date: Thu, 16 Mar 2023 01:12:07 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20`ul`=E3=80=81`li`=20=E5=85=83?= =?UTF-8?q?=E7=B4=A0=E7=A7=BB=E9=99=A4=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: 19152ca61aaad071e22cdbf5c3e9e380ce087763 --- src/styles/reset.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/reset.scss b/src/styles/reset.scss index 9afd350e..cd586c34 100644 --- a/src/styles/reset.scss +++ b/src/styles/reset.scss @@ -54,6 +54,7 @@ svg { ul,li{ margin: 0; padding: 0; + list-style: none; }