style(styles): 修复字体样式导致下划线不可见问题

This commit is contained in:
AN
2025-09-05 17:20:55 +08:00
parent ecad1c3e78
commit 4a4244b5c4

View File

@ -6,6 +6,7 @@ html,
body, body,
#app { #app {
height: 100%; height: 100%;
font-family: inherit;
} }
html { html {