From 3ca38e76a183866299f90fb78eb84ed8e7237536 Mon Sep 17 00:00:00 2001 From: caishi Date: Thu, 14 Oct 2021 09:38:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=B9=E6=A1=86=E7=9A=84=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/forge/Component/NoticeModal/Index.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/forge/Component/NoticeModal/Index.scss b/src/forge/Component/NoticeModal/Index.scss index 32611b37f..259be8546 100644 --- a/src/forge/Component/NoticeModal/Index.scss +++ b/src/forge/Component/NoticeModal/Index.scss @@ -51,12 +51,14 @@ display: flex; ul{ width: 50%; + padding-left: 0px!important; li{ font-size: 15px; font-weight: 500; line-height: 32px; text-align: left; color: #000; + list-style-type: none!important; &:first-child{ color: #E65714; }