Skip to content

Commit

Permalink
perf: rm inline bottom margin
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Apr 22, 2024
1 parent aac6da5 commit a94bab3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,16 @@ import ErrorDlg from './components/ErrorDlg.vue';
0 9px 18px 8px rgba(0, 0, 0, 0.1);
}
}
// 移除 inline 元素的空白间隙
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
display: block;
}
</style>

0 comments on commit a94bab3

Please sign in to comment.