修复登录界面首次进入加载背景异常

This commit is contained in:
eoao
2025-08-22 22:02:00 +08:00
parent 799cc4277f
commit de0bb288ec
8 changed files with 53 additions and 54 deletions

View File

@@ -27,10 +27,13 @@ body {
font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
line-height: 1.5;
color: var(--el-text-color-primary);
background-color: var(--el-bg-color);
font-size: 14px;
}
html, body {
background: var(--el-bg-color);
}
* {
-webkit-tap-highlight-color: transparent;
}