From 78133dedf33d0be6262e7c5f543ae28784fa00af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=82=A0=E9=9D=99=E8=90=9D=E8=8E=89?= Date: Tue, 28 Jun 2022 18:39:21 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dreset=E5=92=8CA?= =?UTF-8?q?=E6=A0=87=E7=AD=BE=E6=A0=B7=E5=BC=8F=E7=BC=BA=E5=A4=B1=E5=AF=BC?= =?UTF-8?q?=E8=87=B4=E7=9A=84=E9=97=AE=E9=A2=98=20(#195)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix: 修复reset样式缺失导致的问题 * fix: 修复A标签样式缺失的问题 --- src/style/index.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/style/index.less b/src/style/index.less index a5d9f1b..5d06748 100644 --- a/src/style/index.less +++ b/src/style/index.less @@ -9,6 +9,7 @@ body { line-height: 1.5; -webkit-font-smoothing: antialiased; padding: 0; + margin: 0; } pre { @@ -40,7 +41,7 @@ p { box-sizing: border-box; } -.t-button-link { +.t-button-link, a { color: var(--tdvns-brand-color); text-decoration: none; margin-right: var(--tdvns-spacer-3);