frontend build dist update

This commit is contained in:
geht
2026-06-16 18:19:57 +08:00
parent d40a339aec
commit 97a1543e97
2598 changed files with 22423 additions and 0 deletions

View File

@@ -0,0 +1 @@
.lazy-base-demo-wrap{display:flex;width:50%;height:2000px;margin:20px auto;text-align:center;background-color:#fff;justify-content:center;flex-direction:column;align-items:center}.lazy-base-demo-box{width:300px;height:300px}.lazy-base-demo h1{height:1300px;margin:20px 0}.custom-enter{opacity:0;transform:scale(.4) translate(100%)}.custom-enter-to{opacity:1}.custom-enter-active{position:absolute;top:0;width:100%;transition:all .5s}.custom-leave{opacity:1}.custom-leave-to{opacity:0;transform:scale(.4) translate(-100%)}.custom-leave-active{transition:all .5s}