Skip to content

Commit

Permalink
fix: 修复index.html加载文字偏移的问题 (#3306)
Browse files Browse the repository at this point in the history
  • Loading branch information
xachary authored Nov 21, 2023
1 parent 83fb63f commit c715d35
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
<body>
<div id="app">
<style>
html {
/* same as ant-design-vue/dist/reset.css setting, avoid the title line-height changed */
line-height: 1.15;
}

html[data-theme='dark'] .app-loading {
background-color: #2c344a;
}
Expand Down

0 comments on commit c715d35

Please sign in to comment.