fix: 修复index.html加载文字偏移的问题 (#3306)

This commit is contained in:
xachary 2023-11-21 18:39:13 +08:00 committed by GitHub
parent 83fb63faa6
commit c715d35ad5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -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;
}