fix :token刷新、rememberMe 、暗黑模式保存 、验证码开关 bug

add: 字体抗锯齿
This commit is contained in:
魏坤
2022-10-28 09:28:20 +08:00
parent 3cee922e69
commit 74dfc60ef0
8 changed files with 45 additions and 29 deletions

View File

@ -65,3 +65,9 @@
--transition-time-02: 0.2s;
}
html,
body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}