refactor: ♻️ 优化缩小登录标题的字间距
Former-commit-id: 5f613b6142d58c96cf562c052cf93bb1117caac5
This commit is contained in:
@@ -223,7 +223,7 @@ onMounted(() => {
|
||||
filter: contrast(30);
|
||||
|
||||
.title {
|
||||
letter-spacing: 8px;
|
||||
letter-spacing: 4px;
|
||||
animation: showup 3s forwards;
|
||||
}
|
||||
|
||||
@@ -233,7 +233,7 @@ onMounted(() => {
|
||||
}
|
||||
|
||||
100% {
|
||||
letter-spacing: 8px;
|
||||
letter-spacing: 4px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user