style: adjust styles

This commit is contained in:
Hakadao
2023-09-14 01:54:16 +08:00
parent 7b52fbc02b
commit d0b7223c02
2 changed files with 110 additions and 22 deletions

View File

@@ -571,7 +571,7 @@ function handleBackToTop() {
<style lang="scss">
.fade-enter-active,
.fade-leave-active {
transition: all 0.5s ease;
transition: opacity 0.5s ease;
}
.fade-enter-from,