优化显示效果

This commit is contained in:
2021-05-09 15:54:36 +08:00
parent 1296986261
commit 12a3c43b2f
2 changed files with 12 additions and 3 deletions

View File

@@ -23,7 +23,7 @@
// 标签
html {
transition: font-size @transitionTime;
transition: font-size calc(@transitionTime * 2);
}
body {