mirror of
https://github.com/Tencent/tdesign-vue-next-starter.git
synced 2024-11-10 07:28:24 +08:00
fix: 修复reset和A标签样式缺失导致的问题 (#195)
* fix: 修复reset样式缺失导致的问题 * fix: 修复A标签样式缺失的问题
This commit is contained in:
parent
5b056b42e8
commit
78133dedf3
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user